Html Css Color HEX #0A6F30 Crusoe

📋 copy color: '#0A6F30'

red 10 ◦ green 111 ◦ blue 48

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

Shades of Crusoe #0A6F30

Tints of Crusoe #0A6F30

RGB

 RED value IS 10 (4.3% from 255) = 5.92%

 GREEN value IS 111 (43.75% from 255) = 65.68%

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

R = 5.92%
G = 65.68%
B = 28.4%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#0A6F30 (or 0x0A6F30) is known color: Crusoe. HEX triplet: 0A, 6F and 30. RGB value is (10,111,48). Sum of RGB (Red+Green+Blue) = 10+111+48=169 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.92% from 169); Green value is 111 (43.75% from 255 or 65.68% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 111 - color contains mainly: green. Hex color #0A6F30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6F30 is #F590CF. Grayscale: #494949. Windows color (decimal): -16093392 or 3174154. OLE color: 3174154.

HSL color Cylindrical-coordinate representation of color #0A6F30: hue angle of 142.57º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6F30 is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB 10 111 48 -
CMYK 0.91 0 0.57 0.56
HSL 142.57º 0.83% 0.24% -
HSV(B) 142.57º 0.91% 0.44% -
XYZ 6.34 11.65 4.71 -
YUV 73.62 113.54 82.62 -
System Red Green Blue C M Y K H S L
Decimal 10 111 48 0.91 0 0.57 0.56 142.57 0.83 0.24
Hex A 6F 30 5B 0 39 38 8F 53 18
Octal 12 157 60 133 0 71 70 217 123 30
Binary 1010 1101111 110000 1011011 0 111001 111000 10001111 1010011 11000

Color Harmonies of #0A6F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6F30

Black with #0A6F30

Text Example


Text Example

White with #0A6F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A6F30; }

 p { color: rgb(10,111,48); }

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

background-color css

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

 a { background-color: rgb(10,111,48); }

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

border-color css

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

 span { border-color: rgb(10,111,48); }

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