Html Css Color HEX #6B8302 Olive

📋 copy color: '#6B8302'

red 107 ◦ green 131 ◦ blue 2

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

Shades of Olive #6B8302

Tints of Olive #6B8302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.83%

R = 44.58%
G = 54.58%
B = 0.83%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#6B8302 (or 0x6B8302) is known color: Olive. HEX triplet: 6B, 83 and 02. RGB value is (107,131,2). Sum of RGB (Red+Green+Blue) = 107+131+2=240 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.58% from 240); Green value is 131 (51.56% from 255 or 54.58% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 131 - color contains mainly: green. Hex color #6B8302 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8302 is #947CFD. Grayscale: #6D6D6D. Windows color (decimal): -9731326 or 164715. OLE color: 164715.

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

Color convert

RGB 107 131 2 -
CMYK 0.18 0 0.98 0.49
HSL 71.16º 0.97% 0.26% -
HSV(B) 71.16º 0.98% 0.51% -
XYZ 14.19 19.36 3.05 -
YUV 109.12 67.55 126.49 -
System Red Green Blue C M Y K H S L
Decimal 107 131 2 0.18 0 0.98 0.49 71.16 0.97 0.26
Hex 6B 83 2 12 0 62 31 47 61 1A
Octal 153 203 2 22 0 142 61 107 141 32
Binary 1101011 10000011 10 10010 0 1100010 110001 1000111 1100001 11010

Color Harmonies of #6B8302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8302

Black with #6B8302

Text Example


Text Example

White with #6B8302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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