Html Css Color HEX #6F6501 Olive

📋 copy color: '#6F6501'

red 111 ◦ green 101 ◦ blue 1

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

Shades of Olive #6F6501

Tints of Olive #6F6501

RGB

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

 GREEN value IS 101 (39.84% from 255) = 47.42%

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 52.11%
G = 47.42%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#6F6501 (or 0x6F6501) is known color: Olive. HEX triplet: 6F, 65 and 01. RGB value is (111,101,1). Sum of RGB (Red+Green+Blue) = 111+101+1=213 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.11% from 213); Green value is 101 (39.84% from 255 or 47.42% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6501 is #909AFE. Grayscale: #5C5C5C. Windows color (decimal): -9476863 or 91503. OLE color: 91503.

HSL color Cylindrical-coordinate representation of color #6F6501: hue angle of 54.55º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F6501 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 101 1 -
CMYK 0 0.09 0.99 0.56
HSL 54.55º 0.98% 0.22% -
HSV(B) 54.55º 0.99% 0.44% -
XYZ 11.21 12.69 1.89 -
YUV 92.59 76.31 141.13 -
System Red Green Blue C M Y K H S L
Decimal 111 101 1 0 0.09 0.99 0.56 54.55 0.98 0.22
Hex 6F 65 1 0 9 63 38 37 62 16
Octal 157 145 1 0 11 143 70 67 142 26
Binary 1101111 1100101 1 0 1001 1100011 111000 110111 1100010 10110

Color Harmonies of #6F6501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6501

Black with #6F6501

Text Example


Text Example

White with #6F6501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,101,1); }

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

background-color css

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

 a { background-color: rgb(111,101,1); }

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

border-color css

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

 span { border-color: rgb(111,101,1); }

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