Html Css Color HEX #077026 Crusoe

📋 copy color: '#077026'

red 7 ◦ green 112 ◦ blue 38

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

Shades of Crusoe #077026

Tints of Crusoe #077026

RGB

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

 GREEN value IS 112 (44.14% from 255) = 71.34%

 BLUE value IS 38 (15.23% from 255) = 24.2%

R = 4.46%
G = 71.34%
B = 24.2%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#077026 (or 0x077026) is known color: Crusoe. HEX triplet: 07, 70 and 26. RGB value is (7,112,38). Sum of RGB (Red+Green+Blue) = 7+112+38=157 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.46% from 157); Green value is 112 (44.14% from 255 or 71.34% from 157); Blue value is 38 (15.23% from 255 or 24.20% from 157); Max value from RGB is 112 - color contains mainly: green. Hex color #077026 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077026 is #F88FD9. Grayscale: #484848. Windows color (decimal): -16289754 or 2519047. OLE color: 2519047.

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

Color convert

RGB 7 112 38 -
CMYK 0.94 0 0.66 0.56
HSL 137.71º 0.88% 0.23% -
HSV(B) 137.71º 0.94% 0.44% -
XYZ 6.23 11.77 3.78 -
YUV 72.17 108.71 81.52 -
System Red Green Blue C M Y K H S L
Decimal 7 112 38 0.94 0 0.66 0.56 137.71 0.88 0.23
Hex 7 70 26 5E 0 42 38 8A 58 17
Octal 7 160 46 136 0 102 70 212 130 27
Binary 111 1110000 100110 1011110 0 1000010 111000 10001010 1011000 10111

Color Harmonies of #077026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077026

Black with #077026

Text Example


Text Example

White with #077026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077026; }

 p { color: rgb(7,112,38); }

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

background-color css

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

 a { background-color: rgb(7,112,38); }

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

border-color css

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

 span { border-color: rgb(7,112,38); }

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