Html Css Color HEX #076D2E Crusoe

📋 copy color: '#076D2E'

red 7 ◦ green 109 ◦ blue 46

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

Shades of Crusoe #076D2E

Tints of Crusoe #076D2E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 67.28%

 BLUE value IS 46 (18.36% from 255) = 28.4%

R = 4.32%
G = 67.28%
B = 28.4%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.58

 K value IS 0.57

RGB Variations

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

Color information

#076D2E (or 0x076D2E) is known color: Crusoe. HEX triplet: 07, 6D and 2E. RGB value is (7,109,46). Sum of RGB (Red+Green+Blue) = 7+109+46=162 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.32% from 162); Green value is 109 (42.97% from 255 or 67.28% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 109 - color contains mainly: green. Hex color #076D2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076D2E is #F892D1. Grayscale: #474747. Windows color (decimal): -16290514 or 3042567. OLE color: 3042567.

HSL color Cylindrical-coordinate representation of color #076D2E: hue angle of 142.94º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076D2E is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.57.

Color convert

RGB 7 109 46 -
CMYK 0.94 0 0.58 0.57
HSL 142.94º 0.88% 0.23% -
HSV(B) 142.94º 0.94% 0.43% -
XYZ 6.05 11.18 4.42 -
YUV 71.32 113.71 82.12 -
System Red Green Blue C M Y K H S L
Decimal 7 109 46 0.94 0 0.58 0.57 142.94 0.88 0.23
Hex 7 6D 2E 5E 0 3A 39 8F 58 17
Octal 7 155 56 136 0 72 71 217 130 27
Binary 111 1101101 101110 1011110 0 111010 111001 10001111 1011000 10111

Color Harmonies of #076D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076D2E

Black with #076D2E

Text Example


Text Example

White with #076D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,109,46); }

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

background-color css

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

 a { background-color: rgb(7,109,46); }

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

border-color css

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

 span { border-color: rgb(7,109,46); }

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