Html Css Color HEX #6B8503 Olive

📋 copy color: '#6B8503'

red 107 ◦ green 133 ◦ blue 3

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

Shades of Olive #6B8503

Tints of Olive #6B8503

RGB

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

 GREEN value IS 133 (52.34% from 255) = 54.73%

 BLUE value IS 3 (1.56% from 255) = 1.23%

R = 44.03%
G = 54.73%
B = 1.23%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#6B8503 (or 0x6B8503) is known color: Olive. HEX triplet: 6B, 85 and 03. RGB value is (107,133,3). Sum of RGB (Red+Green+Blue) = 107+133+3=243 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.03% from 243); Green value is 133 (52.34% from 255 or 54.73% from 243); Blue value is 3 (1.56% from 255 or 1.23% from 243); Max value from RGB is 133 - color contains mainly: green. Hex color #6B8503 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8503 is #947AFC. Grayscale: #6E6E6E. Windows color (decimal): -9730813 or 230763. OLE color: 230763.

HSL color Cylindrical-coordinate representation of color #6B8503: hue angle of 72º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B8503 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB 107 133 3 -
CMYK 0.20 0 0.98 0.48
HSL 72º 0.96% 0.27% -
HSV(B) 72º 0.98% 0.52% -
XYZ 14.47 19.91 3.17 -
YUV 110.41 67.39 125.57 -
System Red Green Blue C M Y K H S L
Decimal 107 133 3 0.20 0 0.98 0.48 72 0.96 0.27
Hex 6B 85 3 14 0 62 30 48 60 1B
Octal 153 205 3 24 0 142 60 110 140 33
Binary 1101011 10000101 11 10100 0 1100010 110000 1001000 1100000 11011

Color Harmonies of #6B8503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8503

Black with #6B8503

Text Example


Text Example

White with #6B8503

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,133,3); }

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

background-color css

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

 a { background-color: rgb(107,133,3); }

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

border-color css

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

 span { border-color: rgb(107,133,3); }

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