Html Css Color HEX #699207 Olive Drab

📋 copy color: '#699207'

red 105 ◦ green 146 ◦ blue 7

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

Shades of Olive Drab #699207

Tints of Olive Drab #699207

RGB

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

 GREEN value IS 146 (57.42% from 255) = 56.59%

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

R = 40.7%
G = 56.59%
B = 2.71%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.95

 K value IS 0.43

RGB Variations

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

Color information

#699207 (or 0x699207) is known color: Olive Drab. HEX triplet: 69, 92 and 07. RGB value is (105,146,7). Sum of RGB (Red+Green+Blue) = 105+146+7=258 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.70% from 258); Green value is 146 (57.42% from 255 or 56.59% from 258); Blue value is 7 (3.12% from 255 or 2.71% from 258); Max value from RGB is 146 - color contains mainly: green. Hex color #699207 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699207 is #966DF8. Grayscale: #767676. Windows color (decimal): -9858553 or 496233. OLE color: 496233.

HSL color Cylindrical-coordinate representation of color #699207: hue angle of 77.7º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #699207 is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 146 7 -
CMYK 0.28 0 0.95 0.43
HSL 77.7º 0.91% 0.3% -
HSV(B) 77.7º 0.95% 0.57% -
XYZ 16.14 23.58 3.9 -
YUV 117.9 65.42 118.8 -
System Red Green Blue C M Y K H S L
Decimal 105 146 7 0.28 0 0.95 0.43 77.7 0.91 0.3
Hex 69 92 7 1C 0 5F 2B 4E 5B 1E
Octal 151 222 7 34 0 137 53 116 133 36
Binary 1101001 10010010 111 11100 0 1011111 101011 1001110 1011011 11110

Color Harmonies of #699207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699207

Black with #699207

Text Example


Text Example

White with #699207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699207; }

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

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

background-color css

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

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

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

border-color css

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

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

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