Html Css Color HEX #677704 Olive

📋 copy color: '#677704'

red 103 ◦ green 119 ◦ blue 4

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

Shades of Olive #677704

Tints of Olive #677704

RGB

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

 GREEN value IS 119 (46.88% from 255) = 52.65%

 BLUE value IS 4 (1.95% from 255) = 1.77%

R = 45.58%
G = 52.65%
B = 1.77%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#677704 (or 0x677704) is known color: Olive. HEX triplet: 67, 77 and 04. RGB value is (103,119,4). Sum of RGB (Red+Green+Blue) = 103+119+4=226 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.58% from 226); Green value is 119 (46.88% from 255 or 52.65% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 119 - color contains mainly: green. Hex color #677704 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677704 is #9888FB. Grayscale: #656565. Windows color (decimal): -9996540 or 292711. OLE color: 292711.

HSL color Cylindrical-coordinate representation of color #677704: hue angle of 68.35º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #677704 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB 103 119 4 -
CMYK 0.13 0 0.97 0.53
HSL 68.35º 0.93% 0.24% -
HSV(B) 68.35º 0.97% 0.47% -
XYZ 12.21 16.09 2.58 -
YUV 101.11 73.2 129.35 -
System Red Green Blue C M Y K H S L
Decimal 103 119 4 0.13 0 0.97 0.53 68.35 0.93 0.24
Hex 67 77 4 D 0 61 35 44 5D 18
Octal 147 167 4 15 0 141 65 104 135 30
Binary 1100111 1110111 100 1101 0 1100001 110101 1000100 1011101 11000

Color Harmonies of #677704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677704

Black with #677704

Text Example


Text Example

White with #677704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677704; }

 p { color: rgb(103,119,4); }

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

background-color css

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

 a { background-color: rgb(103,119,4); }

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

border-color css

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

 span { border-color: rgb(103,119,4); }

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