Html Css Color HEX #07711E Crusoe

📋 copy color: '#07711E'

red 7 ◦ green 113 ◦ blue 30

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

Shades of Crusoe #07711E

Tints of Crusoe #07711E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 20%

R = 4.67%
G = 75.33%
B = 20%

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

#07711E (or 0x07711E) is known color: Crusoe. HEX triplet: 07, 71 and 1E. RGB value is (7,113,30). Sum of RGB (Red+Green+Blue) = 7+113+30=150 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.67% from 150); Green value is 113 (44.53% from 255 or 75.33% from 150); Blue value is 30 (12.11% from 255 or 20% from 150); Max value from RGB is 113 - color contains mainly: green. Hex color #07711E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07711E is #F88EE1. Grayscale: #484848. Windows color (decimal): -16289506 or 1995015. OLE color: 1995015.

HSL color Cylindrical-coordinate representation of color #07711E: hue angle of 133.02º 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 #07711E is Cyan = 0.94, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 113 30 -
CMYK 0.94 0 0.73 0.56
HSL 133.02º 0.88% 0.24% -
HSV(B) 133.02º 0.94% 0.44% -
XYZ 6.23 11.95 3.21 -
YUV 71.84 104.38 81.75 -
System Red Green Blue C M Y K H S L
Decimal 7 113 30 0.94 0 0.73 0.56 133.02 0.88 0.24
Hex 7 71 1E 5E 0 49 38 85 58 18
Octal 7 161 36 136 0 111 70 205 130 30
Binary 111 1110001 11110 1011110 0 1001001 111000 10000101 1011000 11000

Color Harmonies of #07711E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07711E

Black with #07711E

Text Example


Text Example

White with #07711E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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