Html Css Color HEX #6F6202 Olive

📋 copy color: '#6F6202'

red 111 ◦ green 98 ◦ blue 2

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

Shades of Olive #6F6202

Tints of Olive #6F6202

RGB

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

 GREEN value IS 98 (38.67% from 255) = 46.45%

 BLUE value IS 2 (1.17% from 255) = 0.95%

R = 52.61%
G = 46.45%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#6F6202 (or 0x6F6202) is known color: Olive. HEX triplet: 6F, 62 and 02. RGB value is (111,98,2). Sum of RGB (Red+Green+Blue) = 111+98+2=211 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.61% from 211); Green value is 98 (38.67% from 255 or 46.45% from 211); Blue value is 2 (1.17% from 255 or 0.95% from 211); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6202 is #909DFD. Grayscale: #5B5B5B. Windows color (decimal): -9477630 or 156271. OLE color: 156271.

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

Color convert

RGB 111 98 2 -
CMYK 0 0.12 0.98 0.56
HSL 52.84º 0.96% 0.22% -
HSV(B) 52.84º 0.98% 0.44% -
XYZ 10.93 12.12 1.82 -
YUV 90.94 77.81 142.31 -
System Red Green Blue C M Y K H S L
Decimal 111 98 2 0 0.12 0.98 0.56 52.84 0.96 0.22
Hex 6F 62 2 0 C 62 38 35 60 16
Octal 157 142 2 0 14 142 70 65 140 26
Binary 1101111 1100010 10 0 1100 1100010 111000 110101 1100000 10110

Color Harmonies of #6F6202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6202

Black with #6F6202

Text Example


Text Example

White with #6F6202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,98,2); }

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

background-color css

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

 a { background-color: rgb(111,98,2); }

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

border-color css

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

 span { border-color: rgb(111,98,2); }

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