Html Css Color HEX #6B8201 Olive

📋 copy color: '#6B8201'

red 107 ◦ green 130 ◦ blue 1

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

Shades of Olive #6B8201

Tints of Olive #6B8201

RGB

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

 GREEN value IS 130 (51.17% from 255) = 54.62%

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

R = 44.96%
G = 54.62%
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

#6B8201 (or 0x6B8201) is known color: Olive. HEX triplet: 6B, 82 and 01. RGB value is (107,130,1). Sum of RGB (Red+Green+Blue) = 107+130+1=238 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.96% from 238); Green value is 130 (51.17% from 255 or 54.62% from 238); Blue value is 1 (0.78% from 255 or 0.42% from 238); Max value from RGB is 130 - color contains mainly: green. Hex color #6B8201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8201 is #947DFE. Grayscale: #6C6C6C. Windows color (decimal): -9731583 or 98923. OLE color: 98923.

HSL color Cylindrical-coordinate representation of color #6B8201: hue angle of 70.7º 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 #6B8201 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB 107 130 1 -
CMYK 0.18 0 0.99 0.49
HSL 70.7º 0.98% 0.26% -
HSV(B) 70.7º 0.99% 0.51% -
XYZ 14.05 19.09 2.97 -
YUV 108.42 67.38 126.99 -
System Red Green Blue C M Y K H S L
Decimal 107 130 1 0.18 0 0.99 0.49 70.7 0.98 0.26
Hex 6B 82 1 12 0 63 31 47 62 1A
Octal 153 202 1 22 0 143 61 107 142 32
Binary 1101011 10000010 1 10010 0 1100011 110001 1000111 1100010 11010

Color Harmonies of #6B8201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8201

Black with #6B8201

Text Example


Text Example

White with #6B8201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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