Html Css Color HEX #07672F Crusoe

📋 copy color: '#07672F'

red 7 ◦ green 103 ◦ blue 47

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

Shades of Crusoe #07672F

Tints of Crusoe #07672F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 65.61%

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

R = 4.46%
G = 65.61%
B = 29.94%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.54

 K value IS 0.60

RGB Variations

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

Color information

#07672F (or 0x07672F) is known color: Crusoe. HEX triplet: 07, 67 and 2F. RGB value is (7,103,47). Sum of RGB (Red+Green+Blue) = 7+103+47=157 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.46% from 157); Green value is 103 (40.62% from 255 or 65.61% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 103 - color contains mainly: green. Hex color #07672F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07672F is #F898D0. Grayscale: #444444. Windows color (decimal): -16292049 or 3106567. OLE color: 3106567.

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

Color convert

RGB 7 103 47 -
CMYK 0.93 0 0.54 0.60
HSL 145º 0.87% 0.22% -
HSV(B) 145º 0.93% 0.4% -
XYZ 5.45 9.95 4.32 -
YUV 67.91 116.2 84.55 -
System Red Green Blue C M Y K H S L
Decimal 7 103 47 0.93 0 0.54 0.60 145 0.87 0.22
Hex 7 67 2F 5D 0 36 3C 91 57 16
Octal 7 147 57 135 0 66 74 221 127 26
Binary 111 1100111 101111 1011101 0 110110 111100 10010001 1010111 10110

Color Harmonies of #07672F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07672F

Black with #07672F

Text Example


Text Example

White with #07672F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07672F; }

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

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

background-color css

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

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

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

border-color css

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

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

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