Html Css Color HEX #125942 Jewel

📋 copy color: '#125942'

red 18 ◦ green 89 ◦ blue 66

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

Shades of Jewel #125942

Tints of Jewel #125942

RGB

 RED value IS 18 (7.42% from 255) = 10.4%

 GREEN value IS 89 (35.16% from 255) = 51.45%

 BLUE value IS 66 (26.17% from 255) = 38.15%

R = 10.4%
G = 51.45%
B = 38.15%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#125942 (or 0x125942) is known color: Jewel. HEX triplet: 12, 59 and 42. RGB value is (18,89,66). Sum of RGB (Red+Green+Blue) = 18+89+66=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 89 (35.16% from 255 or 51.45% from 173); Blue value is 66 (26.17% from 255 or 38.15% from 173); Max value from RGB is 89 - color contains mainly: green. Hex color #125942 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125942 is #EDA6BD. Grayscale: #414141. Windows color (decimal): -15574718 or 4348178. OLE color: 4348178.

HSL color Cylindrical-coordinate representation of color #125942: hue angle of 160.56º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125942 is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 89 66 -
CMYK 0.80 0 0.26 0.65
HSL 160.56º 0.66% 0.21% -
HSV(B) 160.56º 0.8% 0.35% -
XYZ 4.81 7.67 6.38 -
YUV 65.15 128.48 94.37 -
System Red Green Blue C M Y K H S L
Decimal 18 89 66 0.80 0 0.26 0.65 160.56 0.66 0.21
Hex 12 59 42 50 0 1A 41 A1 42 15
Octal 22 131 102 120 0 32 101 241 102 25
Binary 10010 1011001 1000010 1010000 0 11010 1000001 10100001 1000010 10101

Color Harmonies of #125942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125942

Black with #125942

Text Example


Text Example

White with #125942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125942; }

 p { color: rgb(18,89,66); }

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

background-color css

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

 a { background-color: rgb(18,89,66); }

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

border-color css

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

 span { border-color: rgb(18,89,66); }

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