Html Css Color HEX #699102 Olive Drab

📋 copy color: '#699102'

red 105 ◦ green 145 ◦ blue 2

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

Shades of Olive Drab #699102

Tints of Olive Drab #699102

RGB

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

 GREEN value IS 145 (57.03% from 255) = 57.54%

 BLUE value IS 2 (1.17% from 255) = 0.79%

R = 41.67%
G = 57.54%
B = 0.79%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#699102 (or 0x699102) is known color: Olive Drab. HEX triplet: 69, 91 and 02. RGB value is (105,145,2). Sum of RGB (Red+Green+Blue) = 105+145+2=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 145 (57.03% from 255 or 57.54% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 145 - color contains mainly: green. Hex color #699102 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699102 is #966EFD. Grayscale: #757575. Windows color (decimal): -9858814 or 168297. OLE color: 168297.

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

Color convert

RGB 105 145 2 -
CMYK 0.28 0 0.99 0.43
HSL 76.78º 0.97% 0.29% -
HSV(B) 76.78º 0.99% 0.57% -
XYZ 15.96 23.26 3.71 -
YUV 116.74 63.25 119.63 -
System Red Green Blue C M Y K H S L
Decimal 105 145 2 0.28 0 0.99 0.43 76.78 0.97 0.29
Hex 69 91 2 1C 0 63 2B 4D 61 1D
Octal 151 221 2 34 0 143 53 115 141 35
Binary 1101001 10010001 10 11100 0 1100011 101011 1001101 1100001 11101

Color Harmonies of #699102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699102

Black with #699102

Text Example


Text Example

White with #699102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699102; }

 p { color: rgb(105,145,2); }

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

background-color css

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

 a { background-color: rgb(105,145,2); }

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

border-color css

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

 span { border-color: rgb(105,145,2); }

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