Html Css Color HEX #97B741 Atlantis

📋 copy color: '#97B741'

red 151 ◦ green 183 ◦ blue 65

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

Shades of Atlantis #97B741

Tints of Atlantis #97B741

RGB

 RED value IS 151 (59.38% from 255) = 37.84%

 GREEN value IS 183 (71.88% from 255) = 45.86%

 BLUE value IS 65 (25.78% from 255) = 16.29%

R = 37.84%
G = 45.86%
B = 16.29%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#97B741 (or 0x97B741) is known color: Atlantis. HEX triplet: 97, B7 and 41. RGB value is (151,183,65). Sum of RGB (Red+Green+Blue) = 151+183+65=399 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.84% from 399); Green value is 183 (71.88% from 255 or 45.86% from 399); Blue value is 65 (25.78% from 255 or 16.29% from 399); Max value from RGB is 183 - color contains mainly: green. Hex color #97B741 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97B741 is #6848BE. Grayscale: #A0A0A0. Windows color (decimal): -6834367 or 4306839. OLE color: 4306839.

HSL color Cylindrical-coordinate representation of color #97B741: hue angle of 76.27º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #97B741 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB 151 183 65 -
CMYK 0.17 0 0.64 0.28
HSL 76.27º 0.48% 0.49% -
HSV(B) 76.27º 0.64% 0.72% -
XYZ 30.65 40.83 11.27 -
YUV 159.98 74.4 121.59 -
System Red Green Blue C M Y K H S L
Decimal 151 183 65 0.17 0 0.64 0.28 76.27 0.48 0.49
Hex 97 B7 41 11 0 40 1C 4C 30 31
Octal 227 267 101 21 0 100 34 114 60 61
Binary 10010111 10110111 1000001 10001 0 1000000 11100 1001100 110000 110001

Color Harmonies of #97B741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97B741

Black with #97B741

Text Example


Text Example

White with #97B741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97B741; }

 p { color: rgb(151,183,65); }

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

background-color css

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

 a { background-color: rgb(151,183,65); }

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

border-color css

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

 span { border-color: rgb(151,183,65); }

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