Html Css Color HEX #69B431 Apple

📋 copy color: '#69B431'

red 105 ◦ green 180 ◦ blue 49

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

Shades of Apple #69B431

Tints of Apple #69B431

RGB

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

 GREEN value IS 180 (70.7% from 255) = 53.89%

 BLUE value IS 49 (19.53% from 255) = 14.67%

R = 31.44%
G = 53.89%
B = 14.67%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#69B431 (or 0x69B431) is known color: Apple. HEX triplet: 69, B4 and 31. RGB value is (105,180,49). Sum of RGB (Red+Green+Blue) = 105+180+49=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 180 (70.70% from 255 or 53.89% from 334); Blue value is 49 (19.53% from 255 or 14.67% from 334); Max value from RGB is 180 - color contains mainly: green. Hex color #69B431 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69B431 is #964BCE. Grayscale: #8F8F8F. Windows color (decimal): -9849807 or 3257449. OLE color: 3257449.

HSL color Cylindrical-coordinate representation of color #69B431: hue angle of 94.35º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #69B431 is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 105 180 49 -
CMYK 0.42 0 0.73 0.29
HSL 94.35º 0.57% 0.45% -
HSV(B) 94.35º 0.73% 0.71% -
XYZ 22.7 35.87 8.63 -
YUV 142.64 75.15 101.15 -
System Red Green Blue C M Y K H S L
Decimal 105 180 49 0.42 0 0.73 0.29 94.35 0.57 0.45
Hex 69 B4 31 2A 0 49 1D 5E 39 2D
Octal 151 264 61 52 0 111 35 136 71 55
Binary 1101001 10110100 110001 101010 0 1001001 11101 1011110 111001 101101

Color Harmonies of #69B431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B431

Black with #69B431

Text Example


Text Example

White with #69B431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69B431; }

 p { color: rgb(105,180,49); }

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

background-color css

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

 a { background-color: rgb(105,180,49); }

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

border-color css

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

 span { border-color: rgb(105,180,49); }

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