Html Css Color HEX #697D02 Olive

📋 copy color: '#697D02'

red 105 ◦ green 125 ◦ blue 2

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

Shades of Olive #697D02

Tints of Olive #697D02

RGB

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

 GREEN value IS 125 (49.22% from 255) = 53.88%

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

R = 45.26%
G = 53.88%
B = 0.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#697D02 (or 0x697D02) is known color: Olive. HEX triplet: 69, 7D and 02. RGB value is (105,125,2). Sum of RGB (Red+Green+Blue) = 105+125+2=232 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.26% from 232); Green value is 125 (49.22% from 255 or 53.88% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 125 - color contains mainly: green. Hex color #697D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697D02 is #9682FD. Grayscale: #696969. Windows color (decimal): -9863934 or 163177. OLE color: 163177.

HSL color Cylindrical-coordinate representation of color #697D02: hue angle of 69.76º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #697D02 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.

Color convert

RGB 105 125 2 -
CMYK 0.16 0 0.98 0.51
HSL 69.76º 0.97% 0.25% -
HSV(B) 69.76º 0.98% 0.49% -
XYZ 13.17 17.67 2.77 -
YUV 105 69.87 128 -
System Red Green Blue C M Y K H S L
Decimal 105 125 2 0.16 0 0.98 0.51 69.76 0.97 0.25
Hex 69 7D 2 10 0 62 33 46 61 19
Octal 151 175 2 20 0 142 63 106 141 31
Binary 1101001 1111101 10 10000 0 1100010 110011 1000110 1100001 11001

Color Harmonies of #697D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697D02

Black with #697D02

Text Example


Text Example

White with #697D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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