Html Css Color HEX #0F682A Crusoe

📋 copy color: '#0F682A'

red 15 ◦ green 104 ◦ blue 42

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

Shades of Crusoe #0F682A

Tints of Crusoe #0F682A

RGB

 RED value IS 15 (6.25% from 255) = 9.32%

 GREEN value IS 104 (41.02% from 255) = 64.6%

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

R = 9.32%
G = 64.6%
B = 26.09%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.60

 K value IS 0.59

RGB Variations

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

Color information

#0F682A (or 0x0F682A) is known color: Crusoe. HEX triplet: 0F, 68 and 2A. RGB value is (15,104,42). Sum of RGB (Red+Green+Blue) = 15+104+42=161 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.32% from 161); Green value is 104 (41.02% from 255 or 64.60% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 104 - color contains mainly: green. Hex color #0F682A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F682A is #F097D5. Grayscale: #464646. Windows color (decimal): -15767510 or 2779151. OLE color: 2779151.

HSL color Cylindrical-coordinate representation of color #0F682A: hue angle of 138.2º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F682A is Cyan = 0.86, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.59.

Color convert

RGB 15 104 42 -
CMYK 0.86 0 0.60 0.59
HSL 138.2º 0.75% 0.23% -
HSV(B) 138.2º 0.86% 0.41% -
XYZ 5.57 10.17 3.86 -
YUV 70.32 112.01 88.54 -
System Red Green Blue C M Y K H S L
Decimal 15 104 42 0.86 0 0.60 0.59 138.2 0.75 0.23
Hex F 68 2A 56 0 3C 3B 8A 4B 17
Octal 17 150 52 126 0 74 73 212 113 27
Binary 1111 1101000 101010 1010110 0 111100 111011 10001010 1001011 10111

Color Harmonies of #0F682A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F682A

Black with #0F682A

Text Example


Text Example

White with #0F682A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,104,42); }

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

background-color css

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

 a { background-color: rgb(15,104,42); }

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

border-color css

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

 span { border-color: rgb(15,104,42); }

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