Html Css Color HEX #076119 Crusoe

📋 copy color: '#076119'

red 7 ◦ green 97 ◦ blue 25

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

Shades of Crusoe #076119

Tints of Crusoe #076119

RGB

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

 GREEN value IS 97 (38.28% from 255) = 75.19%

 BLUE value IS 25 (10.16% from 255) = 19.38%

R = 5.43%
G = 75.19%
B = 19.38%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#076119 (or 0x076119) is known color: Crusoe. HEX triplet: 07, 61 and 19. RGB value is (7,97,25). Sum of RGB (Red+Green+Blue) = 7+97+25=129 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.43% from 129); Green value is 97 (38.28% from 255 or 75.19% from 129); Blue value is 25 (10.16% from 255 or 19.38% from 129); Max value from RGB is 97 - color contains mainly: green. Hex color #076119 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076119 is #F89EE6. Grayscale: #3E3E3E. Windows color (decimal): -16293607 or 1663239. OLE color: 1663239.

HSL color Cylindrical-coordinate representation of color #076119: hue angle of 132º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076119 is Cyan = 0.93, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 97 25 -
CMYK 0.93 0 0.74 0.62
HSL 132º 0.87% 0.2% -
HSV(B) 132º 0.93% 0.38% -
XYZ 4.54 8.66 2.35 -
YUV 61.88 107.18 88.85 -
System Red Green Blue C M Y K H S L
Decimal 7 97 25 0.93 0 0.74 0.62 132 0.87 0.2
Hex 7 61 19 5D 0 4A 3E 84 57 14
Octal 7 141 31 135 0 112 76 204 127 24
Binary 111 1100001 11001 1011101 0 1001010 111110 10000100 1010111 10100

Color Harmonies of #076119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076119

Black with #076119

Text Example


Text Example

White with #076119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076119; }

 p { color: rgb(7,97,25); }

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

background-color css

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

 a { background-color: rgb(7,97,25); }

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

border-color css

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

 span { border-color: rgb(7,97,25); }

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