Html Css Color HEX #6D7905 Olive

📋 copy color: '#6D7905'

red 109 ◦ green 121 ◦ blue 5

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

Shades of Olive #6D7905

Tints of Olive #6D7905

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.13%

R = 46.38%
G = 51.49%
B = 2.13%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#6D7905 (or 0x6D7905) is known color: Olive. HEX triplet: 6D, 79 and 05. RGB value is (109,121,5). Sum of RGB (Red+Green+Blue) = 109+121+5=235 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.38% from 235); Green value is 121 (47.66% from 255 or 51.49% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 121 - color contains mainly: green. Hex color #6D7905 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D7905 is #9286FA. Grayscale: #686868. Windows color (decimal): -9602811 or 358765. OLE color: 358765.

HSL color Cylindrical-coordinate representation of color #6D7905: hue angle of 66.21º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D7905 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB 109 121 5 -
CMYK 0.10 0 0.96 0.53
HSL 66.21º 0.92% 0.25% -
HSV(B) 66.21º 0.96% 0.47% -
XYZ 13.17 16.94 2.72 -
YUV 104.19 72.02 131.43 -
System Red Green Blue C M Y K H S L
Decimal 109 121 5 0.10 0 0.96 0.53 66.21 0.92 0.25
Hex 6D 79 5 A 0 60 35 42 5C 19
Octal 155 171 5 12 0 140 65 102 134 31
Binary 1101101 1111001 101 1010 0 1100000 110101 1000010 1011100 11001

Color Harmonies of #6D7905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7905

Black with #6D7905

Text Example


Text Example

White with #6D7905

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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