Html Css Color HEX #00711F Crusoe

📋 copy color: '#00711F'

red 0 ◦ green 113 ◦ blue 31

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

Shades of Crusoe #00711F

Tints of Crusoe #00711F

RGB

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

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

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

R = 0%
G = 78.47%
B = 21.53%

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

#00711F (or 0x00711F) is known color: Crusoe. HEX triplet: 00, 71 and 1F. RGB value is (0,113,31). Sum of RGB (Red+Green+Blue) = 0+113+31=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 113 (44.53% from 255 or 78.47% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 113 - color contains mainly: green. Hex color #00711F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00711F is #FF8EE0. Grayscale: #464646. Windows color (decimal): -16748257 or 2060544. OLE color: 2060544.

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

Color convert

RGB 0 113 31 -
CMYK 1 0 0.73 0.56
HSL 136.46º 1% 0.22% -
HSV(B) 136.46º 1% 0.44% -
XYZ 6.15 11.91 3.27 -
YUV 69.87 106.06 78.17 -
System Red Green Blue C M Y K H S L
Decimal 0 113 31 1 0 0.73 0.56 136.46 1 0.22
Hex 0 71 1F 64 0 49 38 88 64 16
Octal 0 161 37 144 0 111 70 210 144 26
Binary 0 1110001 11111 1100100 0 1001001 111000 10001000 1100100 10110

Color Harmonies of #00711F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00711F

Black with #00711F

Text Example


Text Example

White with #00711F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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