Html Css Color HEX #6D790C Olive

📋 copy color: '#6D790C'

red 109 ◦ green 121 ◦ blue 12

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

Shades of Olive #6D790C

Tints of Olive #6D790C

RGB

 RED value IS 109 (42.97% from 255) = 45.04%

 GREEN value IS 121 (47.66% from 255) = 50%

 BLUE value IS 12 (5.08% from 255) = 4.96%

R = 45.04%
G = 50%
B = 4.96%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#6D790C (or 0x6D790C) is known color: Olive. HEX triplet: 6D, 79 and 0C. RGB value is (109,121,12). Sum of RGB (Red+Green+Blue) = 109+121+12=242 (32% of max value = 765). Red value is 109 (42.97% from 255 or 45.04% from 242); Green value is 121 (47.66% from 255 or 50% from 242); Blue value is 12 (5.08% from 255 or 4.96% from 242); Max value from RGB is 121 - color contains mainly: green. Hex color #6D790C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D790C is #9286F3. Grayscale: #696969. Windows color (decimal): -9602804 or 817517. OLE color: 817517.

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

Color convert

RGB 109 121 12 -
CMYK 0.10 0 0.90 0.53
HSL 66.61º 0.82% 0.26% -
HSV(B) 66.61º 0.9% 0.47% -
XYZ 13.21 16.95 2.92 -
YUV 104.99 75.52 130.86 -
System Red Green Blue C M Y K H S L
Decimal 109 121 12 0.10 0 0.90 0.53 66.61 0.82 0.26
Hex 6D 79 C A 0 5A 35 43 52 1A
Octal 155 171 14 12 0 132 65 103 122 32
Binary 1101101 1111001 1100 1010 0 1011010 110101 1000011 1010010 11010

Color Harmonies of #6D790C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D790C

Black with #6D790C

Text Example


Text Example

White with #6D790C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,121,12); }

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

background-color css

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

 a { background-color: rgb(109,121,12); }

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

border-color css

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

 span { border-color: rgb(109,121,12); }

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