Html Css Color HEX #076A1A Crusoe

📋 copy color: '#076A1A'

red 7 ◦ green 106 ◦ blue 26

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

Shades of Crusoe #076A1A

Tints of Crusoe #076A1A

RGB

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

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

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

R = 5.04%
G = 76.26%
B = 18.71%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.75

 K value IS 0.58

RGB Variations

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

Color information

#076A1A (or 0x076A1A) is known color: Crusoe. HEX triplet: 07, 6A and 1A. RGB value is (7,106,26). Sum of RGB (Red+Green+Blue) = 7+106+26=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 106 (41.80% from 255 or 76.26% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 106 - color contains mainly: green. Hex color #076A1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076A1A is #F895E5. Grayscale: #434343. Windows color (decimal): -16291302 or 1731079. OLE color: 1731079.

HSL color Cylindrical-coordinate representation of color #076A1A: hue angle of 131.52º 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 #076A1A is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.58.

Color convert

RGB 7 106 26 -
CMYK 0.93 0 0.75 0.58
HSL 131.52º 0.88% 0.22% -
HSV(B) 131.52º 0.93% 0.42% -
XYZ 5.43 10.43 2.7 -
YUV 67.28 104.7 85 -
System Red Green Blue C M Y K H S L
Decimal 7 106 26 0.93 0 0.75 0.58 131.52 0.88 0.22
Hex 7 6A 1A 5D 0 4B 3A 84 58 16
Octal 7 152 32 135 0 113 72 204 130 26
Binary 111 1101010 11010 1011101 0 1001011 111010 10000100 1011000 10110

Color Harmonies of #076A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076A1A

Black with #076A1A

Text Example


Text Example

White with #076A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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