Html Css Color HEX #6B8301 Olive

📋 copy color: '#6B8301'

red 107 ◦ green 131 ◦ blue 1

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

Shades of Olive #6B8301

Tints of Olive #6B8301

RGB

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

 GREEN value IS 131 (51.56% from 255) = 54.81%

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 44.77%
G = 54.81%
B = 0.42%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#6B8301 (or 0x6B8301) is known color: Olive. HEX triplet: 6B, 83 and 01. RGB value is (107,131,1). Sum of RGB (Red+Green+Blue) = 107+131+1=239 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.77% from 239); Green value is 131 (51.56% from 255 or 54.81% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 131 - color contains mainly: green. Hex color #6B8301 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8301 is #947CFE. Grayscale: #6D6D6D. Windows color (decimal): -9731327 or 99179. OLE color: 99179.

HSL color Cylindrical-coordinate representation of color #6B8301: hue angle of 71.08º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B8301 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB 107 131 1 -
CMYK 0.18 0 0.99 0.49
HSL 71.08º 0.98% 0.26% -
HSV(B) 71.08º 0.99% 0.51% -
XYZ 14.19 19.36 3.02 -
YUV 109 67.05 126.57 -
System Red Green Blue C M Y K H S L
Decimal 107 131 1 0.18 0 0.99 0.49 71.08 0.98 0.26
Hex 6B 83 1 12 0 63 31 47 62 1A
Octal 153 203 1 22 0 143 61 107 142 32
Binary 1101011 10000011 1 10010 0 1100011 110001 1000111 1100010 11010

Color Harmonies of #6B8301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8301

Black with #6B8301

Text Example


Text Example

White with #6B8301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,131,1); }

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

background-color css

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

 a { background-color: rgb(107,131,1); }

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

border-color css

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

 span { border-color: rgb(107,131,1); }

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