Html Css Color HEX #6C780B Olive

📋 copy color: '#6C780B'

red 108 ◦ green 120 ◦ blue 11

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

Shades of Olive #6C780B

Tints of Olive #6C780B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.6%

R = 45.19%
G = 50.21%
B = 4.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.53

RGB Variations

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

Color information

#6C780B (or 0x6C780B) is known color: Olive. HEX triplet: 6C, 78 and 0B. RGB value is (108,120,11). Sum of RGB (Red+Green+Blue) = 108+120+11=239 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.19% from 239); Green value is 120 (47.27% from 255 or 50.21% from 239); Blue value is 11 (4.69% from 255 or 4.60% from 239); Max value from RGB is 120 - color contains mainly: green. Hex color #6C780B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C780B is #9387F4. Grayscale: #686868. Windows color (decimal): -9668597 or 751724. OLE color: 751724.

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

Color convert

RGB 108 120 11 -
CMYK 0.10 0 0.91 0.53
HSL 66.61º 0.83% 0.26% -
HSV(B) 66.61º 0.91% 0.47% -
XYZ 12.96 16.65 2.85 -
YUV 103.99 75.52 130.86 -
System Red Green Blue C M Y K H S L
Decimal 108 120 11 0.10 0 0.91 0.53 66.61 0.83 0.26
Hex 6C 78 B A 0 5B 35 43 53 1A
Octal 154 170 13 12 0 133 65 103 123 32
Binary 1101100 1111000 1011 1010 0 1011011 110101 1000011 1010011 11010

Color Harmonies of #6C780B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C780B

Black with #6C780B

Text Example


Text Example

White with #6C780B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,120,11); }

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

background-color css

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

 a { background-color: rgb(108,120,11); }

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

border-color css

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

 span { border-color: rgb(108,120,11); }

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