Html Css Color HEX #6B6200 Olive

📋 copy color: '#6B6200'

red 107 ◦ green 98 ◦ blue 0

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

Shades of Olive #6B6200

Tints of Olive #6B6200

RGB

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

 GREEN value IS 98 (38.67% from 255) = 47.8%

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

R = 52.2%
G = 47.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.58

RGB Variations

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

Color information

#6B6200 (or 0x6B6200) is known color: Olive. HEX triplet: 6B, 62 and 00. RGB value is (107,98,0). Sum of RGB (Red+Green+Blue) = 107+98+0=205 (27% of max value = 765). Red value is 107 (42.19% from 255 or 52.20% from 205); Green value is 98 (38.67% from 255 or 47.80% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6200 is #949DFF. Grayscale: #595959. Windows color (decimal): -9739776 or 25195. OLE color: 25195.

HSL color Cylindrical-coordinate representation of color #6B6200: hue angle of 54.95º 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 #6B6200 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 98 0 -
CMYK 0 0.08 1 0.58
HSL 54.95º 1% 0.21% -
HSV(B) 54.95º 1% 0.42% -
XYZ 10.43 11.86 1.74 -
YUV 89.52 77.48 140.47 -
System Red Green Blue C M Y K H S L
Decimal 107 98 0 0 0.08 1 0.58 54.95 1 0.21
Hex 6B 62 0 0 8 64 3A 37 64 15
Octal 153 142 0 0 10 144 72 67 144 25
Binary 1101011 1100010 0 0 1000 1100100 111010 110111 1100100 10101

Color Harmonies of #6B6200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6200

Black with #6B6200

Text Example


Text Example

White with #6B6200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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