Html Css Color HEX #07571A Crusoe

📋 copy color: '#07571A'

red 7 ◦ green 87 ◦ blue 26

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

Shades of Crusoe #07571A

Tints of Crusoe #07571A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 72.5%

 BLUE value IS 26 (10.55% from 255) = 21.67%

R = 5.83%
G = 72.5%
B = 21.67%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.70

 K value IS 0.66

RGB Variations

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

Color information

#07571A (or 0x07571A) is known color: Crusoe. HEX triplet: 07, 57 and 1A. RGB value is (7,87,26). Sum of RGB (Red+Green+Blue) = 7+87+26=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 87 (34.38% from 255 or 72.5% from 120); Blue value is 26 (10.55% from 255 or 21.67% from 120); Max value from RGB is 87 - color contains mainly: green. Hex color #07571A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07571A is #F8A8E5. Grayscale: #383838. Windows color (decimal): -16296166 or 1726215. OLE color: 1726215.

HSL color Cylindrical-coordinate representation of color #07571A: hue angle of 134.25º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07571A is Cyan = 0.92, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB 7 87 26 -
CMYK 0.92 0 0.70 0.66
HSL 134.25º 0.85% 0.18% -
HSV(B) 134.25º 0.92% 0.34% -
XYZ 3.68 6.94 2.12 -
YUV 56.13 111 92.96 -
System Red Green Blue C M Y K H S L
Decimal 7 87 26 0.92 0 0.70 0.66 134.25 0.85 0.18
Hex 7 57 1A 5C 0 46 42 86 55 12
Octal 7 127 32 134 0 106 102 206 125 22
Binary 111 1010111 11010 1011100 0 1000110 1000010 10000110 1010101 10010

Color Harmonies of #07571A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07571A

Black with #07571A

Text Example


Text Example

White with #07571A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07571A; }

 p { color: rgb(7,87,26); }

 H1.HeaderClassName
 {
   color: #07571A;
 }
 .AnyTagClassName
 {
   color: #07571A;
 }
</style>

background-color css

<style>
 a { background-color: #07571A; }

 a { background-color: rgb(7,87,26); }

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

border-color css

<style>
 span { border-color: #07571A; }

 span { border-color: rgb(7,87,26); }

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