Html Css Color HEX #6F7101 Olive

📋 copy color: '#6F7101'

red 111 ◦ green 113 ◦ blue 1

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

Shades of Olive #6F7101

Tints of Olive #6F7101

RGB

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

 GREEN value IS 113 (44.53% from 255) = 50.22%

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

R = 49.33%
G = 50.22%
B = 0.44%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#6F7101 (or 0x6F7101) is known color: Olive. HEX triplet: 6F, 71 and 01. RGB value is (111,113,1). Sum of RGB (Red+Green+Blue) = 111+113+1=225 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.33% from 225); Green value is 113 (44.53% from 255 or 50.22% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 113 - color contains mainly: green. Hex color #6F7101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F7101 is #908EFE. Grayscale: #646464. Windows color (decimal): -9473791 or 94575. OLE color: 94575.

HSL color Cylindrical-coordinate representation of color #6F7101: hue angle of 61.07º 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 #6F7101 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 113 1 -
CMYK 0.02 0 0.99 0.56
HSL 61.07º 0.98% 0.22% -
HSV(B) 61.07º 0.99% 0.44% -
XYZ 12.47 15.19 2.3 -
YUV 99.63 72.34 136.11 -
System Red Green Blue C M Y K H S L
Decimal 111 113 1 0.02 0 0.99 0.56 61.07 0.98 0.22
Hex 6F 71 1 2 0 63 38 3D 62 16
Octal 157 161 1 2 0 143 70 75 142 26
Binary 1101111 1110001 1 10 0 1100011 111000 111101 1100010 10110

Color Harmonies of #6F7101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7101

Black with #6F7101

Text Example


Text Example

White with #6F7101

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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