Html Css Color HEX #6C8E03 Olive

📋 copy color: '#6C8E03'

red 108 ◦ green 142 ◦ blue 3

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

Shades of Olive #6C8E03

Tints of Olive #6C8E03

RGB

 RED value IS 108 (42.58% from 255) = 42.69%

 GREEN value IS 142 (55.86% from 255) = 56.13%

 BLUE value IS 3 (1.56% from 255) = 1.19%

R = 42.69%
G = 56.13%
B = 1.19%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.98

 K value IS 0.44

RGB Variations

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

Color information

#6C8E03 (or 0x6C8E03) is known color: Olive. HEX triplet: 6C, 8E and 03. RGB value is (108,142,3). Sum of RGB (Red+Green+Blue) = 108+142+3=253 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.69% from 253); Green value is 142 (55.86% from 255 or 56.13% from 253); Blue value is 3 (1.56% from 255 or 1.19% from 253); Max value from RGB is 142 - color contains mainly: green. Hex color #6C8E03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8E03 is #9371FC. Grayscale: #747474. Windows color (decimal): -9662973 or 233068. OLE color: 233068.

HSL color Cylindrical-coordinate representation of color #6C8E03: hue angle of 74.68º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6C8E03 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.44.

Color convert

RGB 108 142 3 -
CMYK 0.24 0 0.98 0.44
HSL 74.68º 0.96% 0.28% -
HSV(B) 74.68º 0.98% 0.56% -
XYZ 15.87 22.54 3.6 -
YUV 115.99 64.24 122.3 -
System Red Green Blue C M Y K H S L
Decimal 108 142 3 0.24 0 0.98 0.44 74.68 0.96 0.28
Hex 6C 8E 3 18 0 62 2C 4B 60 1C
Octal 154 216 3 30 0 142 54 113 140 34
Binary 1101100 10001110 11 11000 0 1100010 101100 1001011 1100000 11100

Color Harmonies of #6C8E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8E03

Black with #6C8E03

Text Example


Text Example

White with #6C8E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C8E03; }

 p { color: rgb(108,142,3); }

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

background-color css

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

 a { background-color: rgb(108,142,3); }

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

border-color css

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

 span { border-color: rgb(108,142,3); }

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