Html Css Color HEX #698006 Olive

📋 copy color: '#698006'

red 105 ◦ green 128 ◦ blue 6

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

Shades of Olive #698006

Tints of Olive #698006

RGB

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

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

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

R = 43.93%
G = 53.56%
B = 2.51%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.95

 K value IS 0.50

RGB Variations

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

Color information

#698006 (or 0x698006) is known color: Olive. HEX triplet: 69, 80 and 06. RGB value is (105,128,6). Sum of RGB (Red+Green+Blue) = 105+128+6=239 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.93% from 239); Green value is 128 (50.39% from 255 or 53.56% from 239); Blue value is 6 (2.73% from 255 or 2.51% from 239); Max value from RGB is 128 - color contains mainly: green. Hex color #698006 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698006 is #967FF9. Grayscale: #6B6B6B. Windows color (decimal): -9863162 or 426089. OLE color: 426089.

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

Color convert

RGB 105 128 6 -
CMYK 0.18 0 0.95 0.50
HSL 71.31º 0.91% 0.26% -
HSV(B) 71.31º 0.95% 0.5% -
XYZ 13.58 18.45 3.02 -
YUV 107.22 70.88 126.42 -
System Red Green Blue C M Y K H S L
Decimal 105 128 6 0.18 0 0.95 0.50 71.31 0.91 0.26
Hex 69 80 6 12 0 5F 32 47 5B 1A
Octal 151 200 6 22 0 137 62 107 133 32
Binary 1101001 10000000 110 10010 0 1011111 110010 1000111 1011011 11010

Color Harmonies of #698006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698006

Black with #698006

Text Example


Text Example

White with #698006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698006; }

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

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

background-color css

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

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

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

border-color css

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

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

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