Html Css Color HEX #6C7B04 Olive

📋 copy color: '#6C7B04'

red 108 ◦ green 123 ◦ blue 4

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

Shades of Olive #6C7B04

Tints of Olive #6C7B04

RGB

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

 GREEN value IS 123 (48.44% from 255) = 52.34%

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

R = 45.96%
G = 52.34%
B = 1.7%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.97

 K value IS 0.52

RGB Variations

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

Color information

#6C7B04 (or 0x6C7B04) is known color: Olive. HEX triplet: 6C, 7B and 04. RGB value is (108,123,4). Sum of RGB (Red+Green+Blue) = 108+123+4=235 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.96% from 235); Green value is 123 (48.44% from 255 or 52.34% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 123 - color contains mainly: green. Hex color #6C7B04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C7B04 is #9384FB. Grayscale: #696969. Windows color (decimal): -9667836 or 293740. OLE color: 293740.

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

Color convert

RGB 108 123 4 -
CMYK 0.12 0 0.97 0.52
HSL 67.56º 0.94% 0.25% -
HSV(B) 67.56º 0.97% 0.48% -
XYZ 13.29 17.36 2.77 -
YUV 104.95 71.03 130.18 -
System Red Green Blue C M Y K H S L
Decimal 108 123 4 0.12 0 0.97 0.52 67.56 0.94 0.25
Hex 6C 7B 4 C 0 61 34 44 5E 19
Octal 154 173 4 14 0 141 64 104 136 31
Binary 1101100 1111011 100 1100 0 1100001 110100 1000100 1011110 11001

Color Harmonies of #6C7B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7B04

Black with #6C7B04

Text Example


Text Example

White with #6C7B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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