Html Css Color HEX #696F02 Olive

📋 copy color: '#696F02'

red 105 ◦ green 111 ◦ blue 2

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

Shades of Olive #696F02

Tints of Olive #696F02

RGB

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

 GREEN value IS 111 (43.75% from 255) = 50.92%

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

R = 48.17%
G = 50.92%
B = 0.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#696F02 (or 0x696F02) is known color: Olive. HEX triplet: 69, 6F and 02. RGB value is (105,111,2). Sum of RGB (Red+Green+Blue) = 105+111+2=218 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.17% from 218); Green value is 111 (43.75% from 255 or 50.92% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 111 - color contains mainly: green. Hex color #696F02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696F02 is #9690FD. Grayscale: #616161. Windows color (decimal): -9867518 or 159593. OLE color: 159593.

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

Color convert

RGB 105 111 2 -
CMYK 0.05 0 0.98 0.56
HSL 63.3º 0.96% 0.22% -
HSV(B) 63.3º 0.98% 0.44% -
XYZ 11.52 14.38 2.23 -
YUV 96.78 74.51 133.86 -
System Red Green Blue C M Y K H S L
Decimal 105 111 2 0.05 0 0.98 0.56 63.3 0.96 0.22
Hex 69 6F 2 5 0 62 38 3F 60 16
Octal 151 157 2 5 0 142 70 77 140 26
Binary 1101001 1101111 10 101 0 1100010 111000 111111 1100000 10110

Color Harmonies of #696F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696F02

Black with #696F02

Text Example


Text Example

White with #696F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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