Html Css Color HEX #677302 Olive

📋 copy color: '#677302'

red 103 ◦ green 115 ◦ blue 2

#677302
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #677302

Tints of Olive #677302

RGB

 RED value IS 103 (40.63% from 255) = 46.82%

 GREEN value IS 115 (45.31% from 255) = 52.27%

 BLUE value IS 2 (1.17% from 255) = 0.91%

R = 46.82%
G = 52.27%
B = 0.91%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#677302 (or 0x677302) is known color: Olive. HEX triplet: 67, 73 and 02. RGB value is (103,115,2). Sum of RGB (Red+Green+Blue) = 103+115+2=220 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.82% from 220); Green value is 115 (45.31% from 255 or 52.27% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 115 - color contains mainly: green. Hex color #677302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677302 is #988CFD. Grayscale: #626262. Windows color (decimal): -9997566 or 160615. OLE color: 160615.

HSL color Cylindrical-coordinate representation of color #677302: hue angle of 66.37º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #677302 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB 103 115 2 -
CMYK 0.10 0 0.98 0.55
HSL 66.37º 0.97% 0.23% -
HSV(B) 66.37º 0.98% 0.45% -
XYZ 11.74 15.15 2.36 -
YUV 98.53 73.52 131.19 -
System Red Green Blue C M Y K H S L
Decimal 103 115 2 0.10 0 0.98 0.55 66.37 0.97 0.23
Hex 67 73 2 A 0 62 37 42 61 17
Octal 147 163 2 12 0 142 67 102 141 27
Binary 1100111 1110011 10 1010 0 1100010 110111 1000010 1100001 10111

Color Harmonies of #677302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677302

Black with #677302

Text Example


Text Example

White with #677302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677302; }

 p { color: rgb(103,115,2); }

 H1.HeaderClassName
 {
   color: #677302;
 }
 .AnyTagClassName
 {
   color: #677302;
 }
</style>

background-color css

<style>
 a { background-color: #677302; }

 a { background-color: rgb(103,115,2); }

 div.DivClassName
 {
   background-color: #677302;
 }
 .BgClassName
 {
   background-color: #677302;
 }
</style>

border-color css

<style>
 span { border-color: #677302; }

 span { border-color: rgb(103,115,2); }

 td.TdClassName
 {
   border-color: #677302;
 }
 .TagClassName
 {
   border-color: #677302;
 }
</style>