Html Css Color HEX #6B8507 Olive

📋 copy color: '#6B8507'

red 107 ◦ green 133 ◦ blue 7

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

Shades of Olive #6B8507

Tints of Olive #6B8507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.83%

R = 43.32%
G = 53.85%
B = 2.83%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#6B8507 (or 0x6B8507) is known color: Olive. HEX triplet: 6B, 85 and 07. RGB value is (107,133,7). Sum of RGB (Red+Green+Blue) = 107+133+7=247 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.32% from 247); Green value is 133 (52.34% from 255 or 53.85% from 247); Blue value is 7 (3.12% from 255 or 2.83% from 247); Max value from RGB is 133 - color contains mainly: green. Hex color #6B8507 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8507 is #947AF8. Grayscale: #6F6F6F. Windows color (decimal): -9730809 or 492907. OLE color: 492907.

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

Color convert

RGB 107 133 7 -
CMYK 0.20 0 0.95 0.48
HSL 72.38º 0.9% 0.27% -
HSV(B) 72.38º 0.95% 0.52% -
XYZ 14.49 19.92 3.28 -
YUV 110.86 69.39 125.25 -
System Red Green Blue C M Y K H S L
Decimal 107 133 7 0.20 0 0.95 0.48 72.38 0.9 0.27
Hex 6B 85 7 14 0 5F 30 48 5A 1B
Octal 153 205 7 24 0 137 60 110 132 33
Binary 1101011 10000101 111 10100 0 1011111 110000 1001000 1011010 11011

Color Harmonies of #6B8507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8507

Black with #6B8507

Text Example


Text Example

White with #6B8507

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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