Html Css Color HEX #69993C Limeade

📋 copy color: '#69993C'

red 105 ◦ green 153 ◦ blue 60

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

Shades of Limeade #69993C

Tints of Limeade #69993C

RGB

 RED value IS 105 (41.41% from 255) = 33.02%

 GREEN value IS 153 (60.16% from 255) = 48.11%

 BLUE value IS 60 (23.83% from 255) = 18.87%

R = 33.02%
G = 48.11%
B = 18.87%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.61

 K value IS 0.4

RGB Variations

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

Color information

#69993C (or 0x69993C) is known color: Limeade. HEX triplet: 69, 99 and 3C. RGB value is (105,153,60). Sum of RGB (Red+Green+Blue) = 105+153+60=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 153 (60.16% from 255 or 48.11% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 153 - color contains mainly: green. Hex color #69993C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69993C is #9666C3. Grayscale: #808080. Windows color (decimal): -9856708 or 3971433. OLE color: 3971433.

HSL color Cylindrical-coordinate representation of color #69993C: hue angle of 90.97º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #69993C is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB 105 153 60 -
CMYK 0.31 0 0.61 0.4
HSL 90.97º 0.44% 0.42% -
HSV(B) 90.97º 0.61% 0.6% -
XYZ 18.03 26.11 8.36 -
YUV 128.05 89.6 111.56 -
System Red Green Blue C M Y K H S L
Decimal 105 153 60 0.31 0 0.61 0.4 90.97 0.44 0.42
Hex 69 99 3C 1F 0 3D 28 5B 2C 2A
Octal 151 231 74 37 0 75 50 133 54 52
Binary 1101001 10011001 111100 11111 0 111101 101000 1011011 101100 101010

Color Harmonies of #69993C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69993C

Black with #69993C

Text Example


Text Example

White with #69993C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69993C; }

 p { color: rgb(105,153,60); }

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

background-color css

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

 a { background-color: rgb(105,153,60); }

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

border-color css

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

 span { border-color: rgb(105,153,60); }

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