Html Css Color HEX #6F7305 Olive

📋 copy color: '#6F7305'

red 111 ◦ green 115 ◦ blue 5

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

Shades of Olive #6F7305

Tints of Olive #6F7305

RGB

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

 GREEN value IS 115 (45.31% from 255) = 49.78%

 BLUE value IS 5 (2.34% from 255) = 2.16%

R = 48.05%
G = 49.78%
B = 2.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#6F7305 (or 0x6F7305) is known color: Olive. HEX triplet: 6F, 73 and 05. RGB value is (111,115,5). Sum of RGB (Red+Green+Blue) = 111+115+5=231 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.05% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #6F7305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F7305 is #908CFA. Grayscale: #656565. Windows color (decimal): -9473275 or 357231. OLE color: 357231.

HSL color Cylindrical-coordinate representation of color #6F7305: hue angle of 62.18º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F7305 is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB 111 115 5 -
CMYK 0.03 0 0.96 0.55
HSL 62.18º 0.92% 0.24% -
HSV(B) 62.18º 0.96% 0.45% -
XYZ 12.71 15.65 2.49 -
YUV 101.26 73.67 134.94 -
System Red Green Blue C M Y K H S L
Decimal 111 115 5 0.03 0 0.96 0.55 62.18 0.92 0.24
Hex 6F 73 5 3 0 60 37 3E 5C 18
Octal 157 163 5 3 0 140 67 76 134 30
Binary 1101111 1110011 101 11 0 1100000 110111 111110 1011100 11000

Color Harmonies of #6F7305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7305

Black with #6F7305

Text Example


Text Example

White with #6F7305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,115,5); }

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

background-color css

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

 a { background-color: rgb(111,115,5); }

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

border-color css

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

 span { border-color: rgb(111,115,5); }

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