Html Css Color HEX #61A67F Ocean Green

📋 copy color: '#61A67F'

red 97 ◦ green 166 ◦ blue 127

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

Shades of Ocean Green #61A67F

Tints of Ocean Green #61A67F

RGB

 RED value IS 97 (38.28% from 255) = 24.87%

 GREEN value IS 166 (65.23% from 255) = 42.56%

 BLUE value IS 127 (50% from 255) = 32.56%

R = 24.87%
G = 42.56%
B = 32.56%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#61A67F (or 0x61A67F) is known color: Ocean Green. HEX triplet: 61, A6 and 7F. RGB value is (97,166,127). Sum of RGB (Red+Green+Blue) = 97+166+127=390 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.87% from 390); Green value is 166 (65.23% from 255 or 42.56% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 166 - color contains mainly: green. Hex color #61A67F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A67F is #9E5980. Grayscale: #8D8D8D. Windows color (decimal): -10377601 or 8365665. OLE color: 8365665.

HSL color Cylindrical-coordinate representation of color #61A67F: hue angle of 146.09º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #61A67F is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 97 166 127 -
CMYK 0.42 0 0.23 0.35
HSL 146.09º 0.28% 0.52% -
HSV(B) 146.09º 0.42% 0.65% -
XYZ 22.4 31.35 24.95 -
YUV 140.92 120.14 96.67 -
System Red Green Blue C M Y K H S L
Decimal 97 166 127 0.42 0 0.23 0.35 146.09 0.28 0.52
Hex 61 A6 7F 2A 0 17 23 92 1C 34
Octal 141 246 177 52 0 27 43 222 34 64
Binary 1100001 10100110 1111111 101010 0 10111 100011 10010010 11100 110100

Color Harmonies of #61A67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A67F

Black with #61A67F

Text Example


Text Example

White with #61A67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61A67F; }

 p { color: rgb(97,166,127); }

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

background-color css

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

 a { background-color: rgb(97,166,127); }

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

border-color css

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

 span { border-color: rgb(97,166,127); }

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