Html Css Color HEX #6F6400 Olive

📋 copy color: '#6F6400'

red 111 ◦ green 100 ◦ blue 0

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

Shades of Olive #6F6400

Tints of Olive #6F6400

RGB

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

 GREEN value IS 100 (39.45% from 255) = 47.39%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.61%
G = 47.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#6F6400 (or 0x6F6400) is known color: Olive. HEX triplet: 6F, 64 and 00. RGB value is (111,100,0). Sum of RGB (Red+Green+Blue) = 111+100+0=211 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.61% from 211); Green value is 100 (39.45% from 255 or 47.39% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6400 is #909BFF. Grayscale: #5C5C5C. Windows color (decimal): -9477120 or 25711. OLE color: 25711.

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

Color convert

RGB 111 100 0 -
CMYK 0 0.10 1 0.56
HSL 54.05º 1% 0.22% -
HSV(B) 54.05º 1% 0.44% -
XYZ 11.11 12.49 1.83 -
YUV 91.89 76.14 141.63 -
System Red Green Blue C M Y K H S L
Decimal 111 100 0 0 0.10 1 0.56 54.05 1 0.22
Hex 6F 64 0 0 A 64 38 36 64 16
Octal 157 144 0 0 12 144 70 66 144 26
Binary 1101111 1100100 0 0 1010 1100100 111000 110110 1100100 10110

Color Harmonies of #6F6400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6400

Black with #6F6400

Text Example


Text Example

White with #6F6400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,100,0); }

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

background-color css

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

 a { background-color: rgb(111,100,0); }

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

border-color css

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

 span { border-color: rgb(111,100,0); }

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