Html Css Color HEX #07652A Crusoe

📋 copy color: '#07652A'

red 7 ◦ green 101 ◦ blue 42

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

Shades of Crusoe #07652A

Tints of Crusoe #07652A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 67.33%

 BLUE value IS 42 (16.8% from 255) = 28%

R = 4.67%
G = 67.33%
B = 28%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.58

 K value IS 0.60

RGB Variations

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

Color information

#07652A (or 0x07652A) is known color: Crusoe. HEX triplet: 07, 65 and 2A. RGB value is (7,101,42). Sum of RGB (Red+Green+Blue) = 7+101+42=150 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.67% from 150); Green value is 101 (39.84% from 255 or 67.33% from 150); Blue value is 42 (16.80% from 255 or 28% from 150); Max value from RGB is 101 - color contains mainly: green. Hex color #07652A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07652A is #F89AD5. Grayscale: #424242. Windows color (decimal): -16292566 or 2778375. OLE color: 2778375.

HSL color Cylindrical-coordinate representation of color #07652A: hue angle of 142.34º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07652A is Cyan = 0.93, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.60.

Color convert

RGB 7 101 42 -
CMYK 0.93 0 0.58 0.60
HSL 142.34º 0.87% 0.21% -
HSV(B) 142.34º 0.93% 0.4% -
XYZ 5.16 9.52 3.76 -
YUV 66.17 114.36 85.8 -
System Red Green Blue C M Y K H S L
Decimal 7 101 42 0.93 0 0.58 0.60 142.34 0.87 0.21
Hex 7 65 2A 5D 0 3A 3C 8E 57 15
Octal 7 145 52 135 0 72 74 216 127 25
Binary 111 1100101 101010 1011101 0 111010 111100 10001110 1010111 10101

Color Harmonies of #07652A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07652A

Black with #07652A

Text Example


Text Example

White with #07652A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07652A; }

 p { color: rgb(7,101,42); }

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

background-color css

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

 a { background-color: rgb(7,101,42); }

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

border-color css

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

 span { border-color: rgb(7,101,42); }

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