Html Css Color HEX #076A19 Crusoe

📋 copy color: '#076A19'

red 7 ◦ green 106 ◦ blue 25

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

Shades of Crusoe #076A19

Tints of Crusoe #076A19

RGB

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

 GREEN value IS 106 (41.8% from 255) = 76.81%

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

R = 5.07%
G = 76.81%
B = 18.12%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.76

 K value IS 0.58

RGB Variations

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

Color information

#076A19 (or 0x076A19) is known color: Crusoe. HEX triplet: 07, 6A and 19. RGB value is (7,106,25). Sum of RGB (Red+Green+Blue) = 7+106+25=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 106 (41.80% from 255 or 76.81% from 138); Blue value is 25 (10.16% from 255 or 18.12% from 138); Max value from RGB is 106 - color contains mainly: green. Hex color #076A19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076A19 is #F895E6. Grayscale: #434343. Windows color (decimal): -16291303 or 1665543. OLE color: 1665543.

HSL color Cylindrical-coordinate representation of color #076A19: hue angle of 130.91º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076A19 is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.58.

Color convert

RGB 7 106 25 -
CMYK 0.93 0 0.76 0.58
HSL 130.91º 0.88% 0.22% -
HSV(B) 130.91º 0.93% 0.42% -
XYZ 5.42 10.42 2.65 -
YUV 67.17 104.2 85.09 -
System Red Green Blue C M Y K H S L
Decimal 7 106 25 0.93 0 0.76 0.58 130.91 0.88 0.22
Hex 7 6A 19 5D 0 4C 3A 83 58 16
Octal 7 152 31 135 0 114 72 203 130 26
Binary 111 1101010 11001 1011101 0 1001100 111010 10000011 1011000 10110

Color Harmonies of #076A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076A19

Black with #076A19

Text Example


Text Example

White with #076A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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