Html Css Color HEX #6B780A Olive

📋 copy color: '#6B780A'

red 107 ◦ green 120 ◦ blue 10

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

Shades of Olive #6B780A

Tints of Olive #6B780A

RGB

 RED value IS 107 (42.19% from 255) = 45.15%

 GREEN value IS 120 (47.27% from 255) = 50.63%

 BLUE value IS 10 (4.3% from 255) = 4.22%

R = 45.15%
G = 50.63%
B = 4.22%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#6B780A (or 0x6B780A) is known color: Olive. HEX triplet: 6B, 78 and 0A. RGB value is (107,120,10). Sum of RGB (Red+Green+Blue) = 107+120+10=237 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.15% from 237); Green value is 120 (47.27% from 255 or 50.63% from 237); Blue value is 10 (4.30% from 255 or 4.22% from 237); Max value from RGB is 120 - color contains mainly: green. Hex color #6B780A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B780A is #9487F5. Grayscale: #686868. Windows color (decimal): -9734134 or 686187. OLE color: 686187.

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

Color convert

RGB 107 120 10 -
CMYK 0.11 0 0.92 0.53
HSL 67.09º 0.85% 0.25% -
HSV(B) 67.09º 0.92% 0.47% -
XYZ 12.83 16.58 2.81 -
YUV 103.57 75.19 130.44 -
System Red Green Blue C M Y K H S L
Decimal 107 120 10 0.11 0 0.92 0.53 67.09 0.85 0.25
Hex 6B 78 A B 0 5C 35 43 55 19
Octal 153 170 12 13 0 134 65 103 125 31
Binary 1101011 1111000 1010 1011 0 1011100 110101 1000011 1010101 11001

Color Harmonies of #6B780A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B780A

Black with #6B780A

Text Example


Text Example

White with #6B780A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,120,10); }

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

background-color css

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

 a { background-color: rgb(107,120,10); }

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

border-color css

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

 span { border-color: rgb(107,120,10); }

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