Html Css Color HEX #696D02 Olive

📋 copy color: '#696D02'

red 105 ◦ green 109 ◦ blue 2

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

Shades of Olive #696D02

Tints of Olive #696D02

RGB

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

 GREEN value IS 109 (42.97% from 255) = 50.46%

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

R = 48.61%
G = 50.46%
B = 0.93%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.98

 K value IS 0.57

RGB Variations

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

Color information

#696D02 (or 0x696D02) is known color: Olive. HEX triplet: 69, 6D and 02. RGB value is (105,109,2). Sum of RGB (Red+Green+Blue) = 105+109+2=216 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.61% from 216); Green value is 109 (42.97% from 255 or 50.46% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 109 - color contains mainly: green. Hex color #696D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696D02 is #9692FD. Grayscale: #606060. Windows color (decimal): -9868030 or 159081. OLE color: 159081.

HSL color Cylindrical-coordinate representation of color #696D02: hue angle of 62.24º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #696D02 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.57.

Color convert

RGB 105 109 2 -
CMYK 0.04 0 0.98 0.57
HSL 62.24º 0.96% 0.22% -
HSV(B) 62.24º 0.98% 0.43% -
XYZ 11.31 13.94 2.15 -
YUV 95.61 75.17 134.7 -
System Red Green Blue C M Y K H S L
Decimal 105 109 2 0.04 0 0.98 0.57 62.24 0.96 0.22
Hex 69 6D 2 4 0 62 39 3E 60 16
Octal 151 155 2 4 0 142 71 76 140 26
Binary 1101001 1101101 10 100 0 1100010 111001 111110 1100000 10110

Color Harmonies of #696D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696D02

Black with #696D02

Text Example


Text Example

White with #696D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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