Html Css Color HEX #698707 Olive Drab

📋 copy color: '#698707'

red 105 ◦ green 135 ◦ blue 7

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

Shades of Olive Drab #698707

Tints of Olive Drab #698707

RGB

 RED value IS 105 (41.41% from 255) = 42.51%

 GREEN value IS 135 (53.13% from 255) = 54.66%

 BLUE value IS 7 (3.13% from 255) = 2.83%

R = 42.51%
G = 54.66%
B = 2.83%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.95

 K value IS 0.47

RGB Variations

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

Color information

#698707 (or 0x698707) is known color: Olive Drab. HEX triplet: 69, 87 and 07. RGB value is (105,135,7). Sum of RGB (Red+Green+Blue) = 105+135+7=247 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.51% from 247); Green value is 135 (53.12% from 255 or 54.66% from 247); Blue value is 7 (3.12% from 255 or 2.83% from 247); Max value from RGB is 135 - color contains mainly: green. Hex color #698707 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698707 is #9678F8. Grayscale: #6F6F6F. Windows color (decimal): -9861369 or 493417. OLE color: 493417.

HSL color Cylindrical-coordinate representation of color #698707: hue angle of 74.06º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #698707 is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.47.

Color convert

RGB 105 135 7 -
CMYK 0.22 0 0.95 0.47
HSL 74.06º 0.9% 0.28% -
HSV(B) 74.06º 0.95% 0.53% -
XYZ 14.53 20.35 3.36 -
YUV 111.44 69.06 123.41 -
System Red Green Blue C M Y K H S L
Decimal 105 135 7 0.22 0 0.95 0.47 74.06 0.9 0.28
Hex 69 87 7 16 0 5F 2F 4A 5A 1C
Octal 151 207 7 26 0 137 57 112 132 34
Binary 1101001 10000111 111 10110 0 1011111 101111 1001010 1011010 11100

Color Harmonies of #698707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698707

Black with #698707

Text Example


Text Example

White with #698707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698707; }

 p { color: rgb(105,135,7); }

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

background-color css

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

 a { background-color: rgb(105,135,7); }

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

border-color css

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

 span { border-color: rgb(105,135,7); }

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