Html Css Color HEX #6C8700 Olive

📋 copy color: '#6C8700'

red 108 ◦ green 135 ◦ blue 0

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

Shades of Olive #6C8700

Tints of Olive #6C8700

RGB

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

 GREEN value IS 135 (53.13% from 255) = 55.56%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.44%
G = 55.56%
B = 0%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#6C8700 (or 0x6C8700) is known color: Olive. HEX triplet: 6C, 87 and 00. RGB value is (108,135,0). Sum of RGB (Red+Green+Blue) = 108+135+0=243 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.44% from 243); Green value is 135 (53.12% from 255 or 55.56% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 135 - color contains mainly: green. Hex color #6C8700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8700 is #9378FF. Grayscale: #707070. Windows color (decimal): -9664768 or 34668. OLE color: 34668.

HSL color Cylindrical-coordinate representation of color #6C8700: hue angle of 72º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C8700 is Cyan = 0.2, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 108 135 0 -
CMYK 0.2 0 1 0.47
HSL 72º 1% 0.26% -
HSV(B) 72º 1% 0.53% -
XYZ 14.85 20.52 3.18 -
YUV 111.54 65.05 125.48 -
System Red Green Blue C M Y K H S L
Decimal 108 135 0 0.2 0 1 0.47 72 1 0.26
Hex 6C 87 0 14 0 64 2F 48 64 1A
Octal 154 207 0 24 0 144 57 110 144 32
Binary 1101100 10000111 0 10100 0 1100100 101111 1001000 1100100 11010

Color Harmonies of #6C8700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8700

Black with #6C8700

Text Example


Text Example

White with #6C8700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,135,0); }

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

background-color css

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

 a { background-color: rgb(108,135,0); }

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

border-color css

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

 span { border-color: rgb(108,135,0); }

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