Html Css Color HEX #697306 Olive

📋 copy color: '#697306'

red 105 ◦ green 115 ◦ blue 6

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

Shades of Olive #697306

Tints of Olive #697306

RGB

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

 GREEN value IS 115 (45.31% from 255) = 50.88%

 BLUE value IS 6 (2.73% from 255) = 2.65%

R = 46.46%
G = 50.88%
B = 2.65%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#697306 (or 0x697306) is known color: Olive. HEX triplet: 69, 73 and 06. RGB value is (105,115,6). Sum of RGB (Red+Green+Blue) = 105+115+6=226 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.46% from 226); Green value is 115 (45.31% from 255 or 50.88% from 226); Blue value is 6 (2.73% from 255 or 2.65% from 226); Max value from RGB is 115 - color contains mainly: green. Hex color #697306 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697306 is #968CF9. Grayscale: #646464. Windows color (decimal): -9866490 or 422761. OLE color: 422761.

HSL color Cylindrical-coordinate representation of color #697306: hue angle of 65.5º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #697306 is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 115 6 -
CMYK 0.09 0 0.95 0.55
HSL 65.5º 0.9% 0.24% -
HSV(B) 65.5º 0.95% 0.45% -
XYZ 11.99 15.28 2.49 -
YUV 99.58 75.19 131.86 -
System Red Green Blue C M Y K H S L
Decimal 105 115 6 0.09 0 0.95 0.55 65.5 0.9 0.24
Hex 69 73 6 9 0 5F 37 42 5A 18
Octal 151 163 6 11 0 137 67 102 132 30
Binary 1101001 1110011 110 1001 0 1011111 110111 1000010 1011010 11000

Color Harmonies of #697306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697306

Black with #697306

Text Example


Text Example

White with #697306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697306; }

 p { color: rgb(105,115,6); }

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

background-color css

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

 a { background-color: rgb(105,115,6); }

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

border-color css

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

 span { border-color: rgb(105,115,6); }

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