Html Css Color HEX #6F7503 Olive

📋 copy color: '#6F7503'

red 111 ◦ green 117 ◦ blue 3

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

Shades of Olive #6F7503

Tints of Olive #6F7503

RGB

 RED value IS 111 (43.75% from 255) = 48.05%

 GREEN value IS 117 (46.09% from 255) = 50.65%

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

R = 48.05%
G = 50.65%
B = 1.3%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#6F7503 (or 0x6F7503) is known color: Olive. HEX triplet: 6F, 75 and 03. RGB value is (111,117,3). Sum of RGB (Red+Green+Blue) = 111+117+3=231 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.05% from 231); Green value is 117 (46.09% from 255 or 50.65% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 117 - color contains mainly: green. Hex color #6F7503 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F7503 is #908AFC. Grayscale: #666666. Windows color (decimal): -9472765 or 226671. OLE color: 226671.

HSL color Cylindrical-coordinate representation of color #6F7503: hue angle of 63.16º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F7503 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB 111 117 3 -
CMYK 0.05 0 0.97 0.54
HSL 63.16º 0.95% 0.24% -
HSV(B) 63.16º 0.97% 0.46% -
XYZ 12.93 16.11 2.51 -
YUV 102.21 72.01 134.27 -
System Red Green Blue C M Y K H S L
Decimal 111 117 3 0.05 0 0.97 0.54 63.16 0.95 0.24
Hex 6F 75 3 5 0 61 36 3F 5F 18
Octal 157 165 3 5 0 141 66 77 137 30
Binary 1101111 1110101 11 101 0 1100001 110110 111111 1011111 11000

Color Harmonies of #6F7503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7503

Black with #6F7503

Text Example


Text Example

White with #6F7503

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,117,3); }

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

background-color css

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

 a { background-color: rgb(111,117,3); }

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

border-color css

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

 span { border-color: rgb(111,117,3); }

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