Html Css Color HEX #687005 Olive

📋 copy color: '#687005'

red 104 ◦ green 112 ◦ blue 5

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

Shades of Olive #687005

Tints of Olive #687005

RGB

 RED value IS 104 (41.02% from 255) = 47.06%

 GREEN value IS 112 (44.14% from 255) = 50.68%

 BLUE value IS 5 (2.34% from 255) = 2.26%

R = 47.06%
G = 50.68%
B = 2.26%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#687005 (or 0x687005) is known color: Olive. HEX triplet: 68, 70 and 05. RGB value is (104,112,5). Sum of RGB (Red+Green+Blue) = 104+112+5=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 112 (44.14% from 255 or 50.68% from 221); Blue value is 5 (2.34% from 255 or 2.26% from 221); Max value from RGB is 112 - color contains mainly: green. Hex color #687005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687005 is #978FFA. Grayscale: #616161. Windows color (decimal): -9932795 or 356456. OLE color: 356456.

HSL color Cylindrical-coordinate representation of color #687005: hue angle of 64.49º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #687005 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 112 5 -
CMYK 0.07 0 0.96 0.56
HSL 64.49º 0.91% 0.23% -
HSV(B) 64.49º 0.96% 0.44% -
XYZ 11.53 14.54 2.34 -
YUV 97.41 75.85 132.7 -
System Red Green Blue C M Y K H S L
Decimal 104 112 5 0.07 0 0.96 0.56 64.49 0.91 0.23
Hex 68 70 5 7 0 60 38 40 5B 17
Octal 150 160 5 7 0 140 70 100 133 27
Binary 1101000 1110000 101 111 0 1100000 111000 1000000 1011011 10111

Color Harmonies of #687005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687005

Black with #687005

Text Example


Text Example

White with #687005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687005; }

 p { color: rgb(104,112,5); }

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

background-color css

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

 a { background-color: rgb(104,112,5); }

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

border-color css

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

 span { border-color: rgb(104,112,5); }

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