Html Css Color HEX #698008 Olive

📋 copy color: '#698008'

red 105 ◦ green 128 ◦ blue 8

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

Shades of Olive #698008

Tints of Olive #698008

RGB

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

 GREEN value IS 128 (50.39% from 255) = 53.11%

 BLUE value IS 8 (3.52% from 255) = 3.32%

R = 43.57%
G = 53.11%
B = 3.32%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#698008 (or 0x698008) is known color: Olive. HEX triplet: 69, 80 and 08. RGB value is (105,128,8). Sum of RGB (Red+Green+Blue) = 105+128+8=241 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.57% from 241); Green value is 128 (50.39% from 255 or 53.11% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 128 - color contains mainly: green. Hex color #698008 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698008 is #967FF7. Grayscale: #6B6B6B. Windows color (decimal): -9863160 or 557161. OLE color: 557161.

HSL color Cylindrical-coordinate representation of color #698008: hue angle of 71.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #698008 is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.50.

Color convert

RGB 105 128 8 -
CMYK 0.18 0 0.94 0.50
HSL 71.5º 0.88% 0.27% -
HSV(B) 71.5º 0.94% 0.5% -
XYZ 13.59 18.46 3.08 -
YUV 107.44 71.88 126.26 -
System Red Green Blue C M Y K H S L
Decimal 105 128 8 0.18 0 0.94 0.50 71.5 0.88 0.27
Hex 69 80 8 12 0 5E 32 48 58 1B
Octal 151 200 10 22 0 136 62 110 130 33
Binary 1101001 10000000 1000 10010 0 1011110 110010 1001000 1011000 11011

Color Harmonies of #698008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698008

Black with #698008

Text Example


Text Example

White with #698008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698008; }

 p { color: rgb(105,128,8); }

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

background-color css

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

 a { background-color: rgb(105,128,8); }

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

border-color css

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

 span { border-color: rgb(105,128,8); }

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