Html Css Color HEX #6F7702 Olive

📋 copy color: '#6F7702'

red 111 ◦ green 119 ◦ blue 2

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

Shades of Olive #6F7702

Tints of Olive #6F7702

RGB

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

 GREEN value IS 119 (46.88% from 255) = 51.29%

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

R = 47.84%
G = 51.29%
B = 0.86%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#6F7702 (or 0x6F7702) is known color: Olive. HEX triplet: 6F, 77 and 02. RGB value is (111,119,2). Sum of RGB (Red+Green+Blue) = 111+119+2=232 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.84% from 232); Green value is 119 (46.88% from 255 or 51.29% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 119 - color contains mainly: green. Hex color #6F7702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F7702 is #9088FD. Grayscale: #676767. Windows color (decimal): -9472254 or 161647. OLE color: 161647.

HSL color Cylindrical-coordinate representation of color #6F7702: hue angle of 64.1º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F7702 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB 111 119 2 -
CMYK 0.07 0 0.98 0.53
HSL 64.1º 0.97% 0.24% -
HSV(B) 64.1º 0.98% 0.47% -
XYZ 13.16 16.58 2.56 -
YUV 103.27 70.85 133.51 -
System Red Green Blue C M Y K H S L
Decimal 111 119 2 0.07 0 0.98 0.53 64.1 0.97 0.24
Hex 6F 77 2 7 0 62 35 40 61 18
Octal 157 167 2 7 0 142 65 100 141 30
Binary 1101111 1110111 10 111 0 1100010 110101 1000000 1100001 11000

Color Harmonies of #6F7702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7702

Black with #6F7702

Text Example


Text Example

White with #6F7702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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