Html Css Color HEX #076A2D Crusoe

📋 copy color: '#076A2D'

red 7 ◦ green 106 ◦ blue 45

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

Shades of Crusoe #076A2D

Tints of Crusoe #076A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 28.48%

R = 4.43%
G = 67.09%
B = 28.48%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.58

 K value IS 0.58

RGB Variations

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

Color information

#076A2D (or 0x076A2D) is known color: Crusoe. HEX triplet: 07, 6A and 2D. RGB value is (7,106,45). Sum of RGB (Red+Green+Blue) = 7+106+45=158 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.43% from 158); Green value is 106 (41.80% from 255 or 67.09% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 106 - color contains mainly: green. Hex color #076A2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076A2D is #F895D2. Grayscale: #454545. Windows color (decimal): -16291283 or 2976263. OLE color: 2976263.

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

Color convert

RGB 7 106 45 -
CMYK 0.93 0 0.58 0.58
HSL 143.03º 0.88% 0.22% -
HSV(B) 143.03º 0.93% 0.42% -
XYZ 5.72 10.54 4.22 -
YUV 69.45 114.2 83.46 -
System Red Green Blue C M Y K H S L
Decimal 7 106 45 0.93 0 0.58 0.58 143.03 0.88 0.22
Hex 7 6A 2D 5D 0 3A 3A 8F 58 16
Octal 7 152 55 135 0 72 72 217 130 26
Binary 111 1101010 101101 1011101 0 111010 111010 10001111 1011000 10110

Color Harmonies of #076A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076A2D

Black with #076A2D

Text Example


Text Example

White with #076A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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