Html Css Color HEX #6B6D00 Olive

📋 copy color: '#6B6D00'

red 107 ◦ green 109 ◦ blue 0

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

Shades of Olive #6B6D00

Tints of Olive #6B6D00

RGB

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

 GREEN value IS 109 (42.97% from 255) = 50.46%

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

R = 49.54%
G = 50.46%
B = 0%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 1

 K value IS 0.57

RGB Variations

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

Color information

#6B6D00 (or 0x6B6D00) is known color: Olive. HEX triplet: 6B, 6D and 00. RGB value is (107,109,0). Sum of RGB (Red+Green+Blue) = 107+109+0=216 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.54% from 216); Green value is 109 (42.97% from 255 or 50.46% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 109 - color contains mainly: green. Hex color #6B6D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6D00 is #9492FF. Grayscale: #606060. Windows color (decimal): -9736960 or 28011. OLE color: 28011.

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

Color convert

RGB 107 109 0 -
CMYK 0.02 0 1 0.57
HSL 61.1º 1% 0.21% -
HSV(B) 61.1º 1% 0.43% -
XYZ 11.53 14.06 2.11 -
YUV 95.98 73.84 135.86 -
System Red Green Blue C M Y K H S L
Decimal 107 109 0 0.02 0 1 0.57 61.1 1 0.21
Hex 6B 6D 0 2 0 64 39 3D 64 15
Octal 153 155 0 2 0 144 71 75 144 25
Binary 1101011 1101101 0 10 0 1100100 111001 111101 1100100 10101

Color Harmonies of #6B6D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6D00

Black with #6B6D00

Text Example


Text Example

White with #6B6D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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