Html Css Color HEX #6B6E00 Olive

📋 copy color: '#6B6E00'

red 107 ◦ green 110 ◦ blue 0

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

Shades of Olive #6B6E00

Tints of Olive #6B6E00

RGB

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

 GREEN value IS 110 (43.36% from 255) = 50.69%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.31%
G = 50.69%
B = 0%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 1

 K value IS 0.57

RGB Variations

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

Color information

#6B6E00 (or 0x6B6E00) is known color: Olive. HEX triplet: 6B, 6E and 00. RGB value is (107,110,0). Sum of RGB (Red+Green+Blue) = 107+110+0=217 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.31% from 217); Green value is 110 (43.36% from 255 or 50.69% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 110 - color contains mainly: green. Hex color #6B6E00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6E00 is #9491FF. Grayscale: #616161. Windows color (decimal): -9736704 or 28267. OLE color: 28267.

HSL color Cylindrical-coordinate representation of color #6B6E00: hue angle of 61.64º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B6E00 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.57.

Color convert

RGB 107 110 0 -
CMYK 0.03 0 1 0.57
HSL 61.64º 1% 0.22% -
HSV(B) 61.64º 1% 0.43% -
XYZ 11.64 14.28 2.14 -
YUV 96.56 73.51 135.44 -
System Red Green Blue C M Y K H S L
Decimal 107 110 0 0.03 0 1 0.57 61.64 1 0.22
Hex 6B 6E 0 3 0 64 39 3E 64 16
Octal 153 156 0 3 0 144 71 76 144 26
Binary 1101011 1101110 0 11 0 1100100 111001 111110 1100100 10110

Color Harmonies of #6B6E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6E00

Black with #6B6E00

Text Example


Text Example

White with #6B6E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,110,0); }

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

background-color css

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

 a { background-color: rgb(107,110,0); }

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

border-color css

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

 span { border-color: rgb(107,110,0); }

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