Html Css Color HEX #6B6900 Olive

📋 copy color: '#6B6900'

red 107 ◦ green 105 ◦ blue 0

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

Shades of Olive #6B6900

Tints of Olive #6B6900

RGB

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

 GREEN value IS 105 (41.41% from 255) = 49.53%

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

R = 50.47%
G = 49.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1

 K value IS 0.58

RGB Variations

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

Color information

#6B6900 (or 0x6B6900) is known color: Olive. HEX triplet: 6B, 69 and 00. RGB value is (107,105,0). Sum of RGB (Red+Green+Blue) = 107+105+0=212 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.47% from 212); Green value is 105 (41.41% from 255 or 49.53% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6900 is #9496FF. Grayscale: #5E5E5E. Windows color (decimal): -9737984 or 26987. OLE color: 26987.

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

Color convert

RGB 107 105 0 -
CMYK 0 0.02 1 0.58
HSL 58.88º 1% 0.21% -
HSV(B) 58.88º 1% 0.42% -
XYZ 11.11 13.23 1.97 -
YUV 93.63 75.16 137.54 -
System Red Green Blue C M Y K H S L
Decimal 107 105 0 0 0.02 1 0.58 58.88 1 0.21
Hex 6B 69 0 0 2 64 3A 3B 64 15
Octal 153 151 0 0 2 144 72 73 144 25
Binary 1101011 1101001 0 0 10 1100100 111010 111011 1100100 10101

Color Harmonies of #6B6900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6900

Black with #6B6900

Text Example


Text Example

White with #6B6900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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