Html Css Color HEX #07712B Crusoe

📋 copy color: '#07712B'

red 7 ◦ green 113 ◦ blue 43

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

Shades of Crusoe #07712B

Tints of Crusoe #07712B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 69.33%

 BLUE value IS 43 (17.19% from 255) = 26.38%

R = 4.29%
G = 69.33%
B = 26.38%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#07712B (or 0x07712B) is known color: Crusoe. HEX triplet: 07, 71 and 2B. RGB value is (7,113,43). Sum of RGB (Red+Green+Blue) = 7+113+43=163 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.29% from 163); Green value is 113 (44.53% from 255 or 69.33% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 113 - color contains mainly: green. Hex color #07712B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07712B is #F88ED4. Grayscale: #494949. Windows color (decimal): -16289493 or 2846983. OLE color: 2846983.

HSL color Cylindrical-coordinate representation of color #07712B: hue angle of 140.38º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07712B is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 113 43 -
CMYK 0.94 0 0.62 0.56
HSL 140.38º 0.88% 0.24% -
HSV(B) 140.38º 0.94% 0.44% -
XYZ 6.43 12.03 4.27 -
YUV 73.33 110.88 80.69 -
System Red Green Blue C M Y K H S L
Decimal 7 113 43 0.94 0 0.62 0.56 140.38 0.88 0.24
Hex 7 71 2B 5E 0 3E 38 8C 58 18
Octal 7 161 53 136 0 76 70 214 130 30
Binary 111 1110001 101011 1011110 0 111110 111000 10001100 1011000 11000

Color Harmonies of #07712B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07712B

Black with #07712B

Text Example


Text Example

White with #07712B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07712B; }

 p { color: rgb(7,113,43); }

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

background-color css

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

 a { background-color: rgb(7,113,43); }

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

border-color css

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

 span { border-color: rgb(7,113,43); }

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