Html Css Color HEX #699007 Olive Drab

📋 copy color: '#699007'

red 105 ◦ green 144 ◦ blue 7

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

Shades of Olive Drab #699007

Tints of Olive Drab #699007

RGB

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

 GREEN value IS 144 (56.64% from 255) = 56.25%

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

R = 41.02%
G = 56.25%
B = 2.73%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.95

 K value IS 0.44

RGB Variations

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

Color information

#699007 (or 0x699007) is known color: Olive Drab. HEX triplet: 69, 90 and 07. RGB value is (105,144,7). Sum of RGB (Red+Green+Blue) = 105+144+7=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 144 (56.64% from 255 or 56.25% from 256); Blue value is 7 (3.12% from 255 or 2.73% from 256); Max value from RGB is 144 - color contains mainly: green. Hex color #699007 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699007 is #966FF8. Grayscale: #757575. Windows color (decimal): -9859065 or 495721. OLE color: 495721.

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

Color convert

RGB 105 144 7 -
CMYK 0.27 0 0.95 0.44
HSL 77.08º 0.91% 0.3% -
HSV(B) 77.08º 0.95% 0.56% -
XYZ 15.84 22.97 3.8 -
YUV 116.72 66.08 119.64 -
System Red Green Blue C M Y K H S L
Decimal 105 144 7 0.27 0 0.95 0.44 77.08 0.91 0.3
Hex 69 90 7 1B 0 5F 2C 4D 5B 1E
Octal 151 220 7 33 0 137 54 115 133 36
Binary 1101001 10010000 111 11011 0 1011111 101100 1001101 1011011 11110

Color Harmonies of #699007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699007

Black with #699007

Text Example


Text Example

White with #699007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699007; }

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

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

background-color css

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

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

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

border-color css

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

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

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