Html Css Color HEX #6C7C04 Olive

📋 copy color: '#6C7C04'

red 108 ◦ green 124 ◦ blue 4

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

Shades of Olive #6C7C04

Tints of Olive #6C7C04

RGB

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

 GREEN value IS 124 (48.83% from 255) = 52.54%

 BLUE value IS 4 (1.95% from 255) = 1.69%

R = 45.76%
G = 52.54%
B = 1.69%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.97

 K value IS 0.51

RGB Variations

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

Color information

#6C7C04 (or 0x6C7C04) is known color: Olive. HEX triplet: 6C, 7C and 04. RGB value is (108,124,4). Sum of RGB (Red+Green+Blue) = 108+124+4=236 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.76% from 236); Green value is 124 (48.83% from 255 or 52.54% from 236); Blue value is 4 (1.95% from 255 or 1.69% from 236); Max value from RGB is 124 - color contains mainly: green. Hex color #6C7C04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C7C04 is #9383FB. Grayscale: #6A6A6A. Windows color (decimal): -9667580 or 293996. OLE color: 293996.

HSL color Cylindrical-coordinate representation of color #6C7C04: hue angle of 68º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6C7C04 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.51.

Color convert

RGB 108 124 4 -
CMYK 0.13 0 0.97 0.51
HSL 68º 0.94% 0.25% -
HSV(B) 68º 0.97% 0.49% -
XYZ 13.41 17.61 2.81 -
YUV 105.54 70.7 129.76 -
System Red Green Blue C M Y K H S L
Decimal 108 124 4 0.13 0 0.97 0.51 68 0.94 0.25
Hex 6C 7C 4 D 0 61 33 44 5E 19
Octal 154 174 4 15 0 141 63 104 136 31
Binary 1101100 1111100 100 1101 0 1100001 110011 1000100 1011110 11001

Color Harmonies of #6C7C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7C04

Black with #6C7C04

Text Example


Text Example

White with #6C7C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,124,4); }

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

background-color css

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

 a { background-color: rgb(108,124,4); }

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

border-color css

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

 span { border-color: rgb(108,124,4); }

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