Html Css Color HEX #076B2F Crusoe

📋 copy color: '#076B2F'

red 7 ◦ green 107 ◦ blue 47

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

Shades of Crusoe #076B2F

Tints of Crusoe #076B2F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 66.46%

 BLUE value IS 47 (18.75% from 255) = 29.19%

R = 4.35%
G = 66.46%
B = 29.19%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.56

 K value IS 0.58

RGB Variations

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

Color information

#076B2F (or 0x076B2F) is known color: Crusoe. HEX triplet: 07, 6B and 2F. RGB value is (7,107,47). Sum of RGB (Red+Green+Blue) = 7+107+47=161 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.35% from 161); Green value is 107 (42.19% from 255 or 66.46% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 107 - color contains mainly: green. Hex color #076B2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076B2F is #F894D0. Grayscale: #464646. Windows color (decimal): -16291025 or 3107591. OLE color: 3107591.

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

Color convert

RGB 7 107 47 -
CMYK 0.93 0 0.56 0.58
HSL 144º 0.88% 0.22% -
HSV(B) 144º 0.93% 0.42% -
XYZ 5.86 10.77 4.46 -
YUV 70.26 114.87 82.88 -
System Red Green Blue C M Y K H S L
Decimal 7 107 47 0.93 0 0.56 0.58 144 0.88 0.22
Hex 7 6B 2F 5D 0 38 3A 90 58 16
Octal 7 153 57 135 0 70 72 220 130 26
Binary 111 1101011 101111 1011101 0 111000 111010 10010000 1011000 10110

Color Harmonies of #076B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076B2F

Black with #076B2F

Text Example


Text Example

White with #076B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,107,47); }

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

background-color css

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

 a { background-color: rgb(7,107,47); }

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

border-color css

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

 span { border-color: rgb(7,107,47); }

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