Html Css Color HEX #07711F Crusoe

📋 copy color: '#07711F'

red 7 ◦ green 113 ◦ blue 31

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

Shades of Crusoe #07711F

Tints of Crusoe #07711F

RGB

 RED value IS 7 (3.13% from 255) = 4.64%

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

 BLUE value IS 31 (12.5% from 255) = 20.53%

R = 4.64%
G = 74.83%
B = 20.53%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#07711F (or 0x07711F) is known color: Crusoe. HEX triplet: 07, 71 and 1F. RGB value is (7,113,31). Sum of RGB (Red+Green+Blue) = 7+113+31=151 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.64% from 151); Green value is 113 (44.53% from 255 or 74.83% from 151); Blue value is 31 (12.5% from 255 or 20.53% from 151); Max value from RGB is 113 - color contains mainly: green. Hex color #07711F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07711F is #F88EE0. Grayscale: #484848. Windows color (decimal): -16289505 or 2060551. OLE color: 2060551.

HSL color Cylindrical-coordinate representation of color #07711F: hue angle of 133.58º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07711F is Cyan = 0.94, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 113 31 -
CMYK 0.94 0 0.73 0.56
HSL 133.58º 0.88% 0.24% -
HSV(B) 133.58º 0.94% 0.44% -
XYZ 6.24 11.95 3.27 -
YUV 71.96 104.88 81.67 -
System Red Green Blue C M Y K H S L
Decimal 7 113 31 0.94 0 0.73 0.56 133.58 0.88 0.24
Hex 7 71 1F 5E 0 49 38 86 58 18
Octal 7 161 37 136 0 111 70 206 130 30
Binary 111 1110001 11111 1011110 0 1001001 111000 10000110 1011000 11000

Color Harmonies of #07711F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07711F

Black with #07711F

Text Example


Text Example

White with #07711F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07711F; }

 p { color: rgb(7,113,31); }

 H1.HeaderClassName
 {
   color: #07711F;
 }
 .AnyTagClassName
 {
   color: #07711F;
 }
</style>

background-color css

<style>
 a { background-color: #07711F; }

 a { background-color: rgb(7,113,31); }

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

border-color css

<style>
 span { border-color: #07711F; }

 span { border-color: rgb(7,113,31); }

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