Html Css Color HEX #076130 Crusoe

📋 copy color: '#076130'

red 7 ◦ green 97 ◦ blue 48

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

Shades of Crusoe #076130

Tints of Crusoe #076130

RGB

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

 GREEN value IS 97 (38.28% from 255) = 63.82%

 BLUE value IS 48 (19.14% from 255) = 31.58%

R = 4.61%
G = 63.82%
B = 31.58%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#076130 (or 0x076130) is known color: Crusoe. HEX triplet: 07, 61 and 30. RGB value is (7,97,48). Sum of RGB (Red+Green+Blue) = 7+97+48=152 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.61% from 152); Green value is 97 (38.28% from 255 or 63.82% from 152); Blue value is 48 (19.14% from 255 or 31.58% from 152); Max value from RGB is 97 - color contains mainly: green. Hex color #076130 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076130 is #F89ECF. Grayscale: #404040. Windows color (decimal): -16293584 or 3170567. OLE color: 3170567.

HSL color Cylindrical-coordinate representation of color #076130: hue angle of 147.33º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076130 is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 97 48 -
CMYK 0.93 0 0.51 0.62
HSL 147.33º 0.87% 0.2% -
HSV(B) 147.33º 0.93% 0.38% -
XYZ 4.9 8.81 4.24 -
YUV 64.5 118.68 86.98 -
System Red Green Blue C M Y K H S L
Decimal 7 97 48 0.93 0 0.51 0.62 147.33 0.87 0.2
Hex 7 61 30 5D 0 33 3E 93 57 14
Octal 7 141 60 135 0 63 76 223 127 24
Binary 111 1100001 110000 1011101 0 110011 111110 10010011 1010111 10100

Color Harmonies of #076130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076130

Black with #076130

Text Example


Text Example

White with #076130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076130; }

 p { color: rgb(7,97,48); }

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

background-color css

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

 a { background-color: rgb(7,97,48); }

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

border-color css

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

 span { border-color: rgb(7,97,48); }

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