Html Css Color HEX #698106 Olive

📋 copy color: '#698106'

red 105 ◦ green 129 ◦ blue 6

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

Shades of Olive #698106

Tints of Olive #698106

RGB

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

 GREEN value IS 129 (50.78% from 255) = 53.75%

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

R = 43.75%
G = 53.75%
B = 2.5%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#698106 (or 0x698106) is known color: Olive. HEX triplet: 69, 81 and 06. RGB value is (105,129,6). Sum of RGB (Red+Green+Blue) = 105+129+6=240 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.75% from 240); Green value is 129 (50.78% from 255 or 53.75% from 240); Blue value is 6 (2.73% from 255 or 2.5% from 240); Max value from RGB is 129 - color contains mainly: green. Hex color #698106 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698106 is #967EF9. Grayscale: #6C6C6C. Windows color (decimal): -9862906 or 426345. OLE color: 426345.

HSL color Cylindrical-coordinate representation of color #698106: hue angle of 71.71º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #698106 is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 129 6 -
CMYK 0.19 0 0.95 0.49
HSL 71.71º 0.91% 0.26% -
HSV(B) 71.71º 0.95% 0.51% -
XYZ 13.71 18.72 3.06 -
YUV 107.8 70.55 126 -
System Red Green Blue C M Y K H S L
Decimal 105 129 6 0.19 0 0.95 0.49 71.71 0.91 0.26
Hex 69 81 6 13 0 5F 31 48 5B 1A
Octal 151 201 6 23 0 137 61 110 133 32
Binary 1101001 10000001 110 10011 0 1011111 110001 1001000 1011011 11010

Color Harmonies of #698106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698106

Black with #698106

Text Example


Text Example

White with #698106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698106; }

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

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

background-color css

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

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

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

border-color css

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

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

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