Html Css Color HEX #00711E Crusoe

📋 copy color: '#00711E'

red 0 ◦ green 113 ◦ blue 30

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

Shades of Crusoe #00711E

Tints of Crusoe #00711E

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 79.02%
B = 20.98%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#00711E (or 0x00711E) is known color: Crusoe. HEX triplet: 00, 71 and 1E. RGB value is (0,113,30). Sum of RGB (Red+Green+Blue) = 0+113+30=143 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 143); Green value is 113 (44.53% from 255 or 79.02% from 143); Blue value is 30 (12.11% from 255 or 20.98% from 143); Max value from RGB is 113 - color contains mainly: green. Hex color #00711E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00711E is #FF8EE1. Grayscale: #454545. Windows color (decimal): -16748258 or 1995008. OLE color: 1995008.

HSL color Cylindrical-coordinate representation of color #00711E: hue angle of 135.93º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00711E is Cyan = 1, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 113 30 -
CMYK 1 0 0.73 0.56
HSL 135.93º 1% 0.22% -
HSV(B) 135.93º 1% 0.44% -
XYZ 6.14 11.9 3.2 -
YUV 69.75 105.56 78.25 -
System Red Green Blue C M Y K H S L
Decimal 0 113 30 1 0 0.73 0.56 135.93 1 0.22
Hex 0 71 1E 64 0 49 38 88 64 16
Octal 0 161 36 144 0 111 70 210 144 26
Binary 0 1110001 11110 1100100 0 1001001 111000 10001000 1100100 10110

Color Harmonies of #00711E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00711E

Black with #00711E

Text Example


Text Example

White with #00711E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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